Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d8504583
Commit
d8504583
authored
Dec 13, 2002
by
Kenichi Handa
Browse files
(encode-mac-roman): Fix last change.
parent
200c93e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
lisp/ChangeLog
lisp/ChangeLog
+7
-0
lisp/language/european.el
lisp/language/european.el
+4
-3
No files found.
lisp/ChangeLog
View file @
d8504583
2002-12-13 Kenichi Handa <handa@m17n.org>
* language/european.el (encode-mac-roman): Fix last change.
* language/cyrillic.el (ccl-encode-koi8, ccl-encode-koi8-u)
(ccl-encode-alternativnyj): Fix last change.
2002-12-13 Nick Roberts <nick@nick.uklinux.net>
* gdb-ui.el: Improve documentation strings.
...
...
lisp/language/european.el
View file @
d8504583
...
...
@@ -578,9 +578,10 @@ but it selects the Dutch tutorial and input method."))
(read-multibyte-character r0 r1)
(translate-character ucs-mule-to-mule-unicode r0 r1)
(translate-character mac-roman-encoder r0 r1)
(if (r0 != ,(charset-id 'eight-bit-graphic))
(if (r0 != ,(charset-id 'eight-bit-control))
(r1 = ??)))
(if (r0 != ,(charset-id 'ascii))
(if (r0 != ,(charset-id 'eight-bit-graphic))
(if (r0 != ,(charset-id 'eight-bit-control))
(r1 = ??))))
(write-repeat r1))))
"
CCL
program
to
encode
Mac
Roman
")
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment