mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(encode-mac-roman): Fix last change.
This commit is contained in:
parent
200c93e2af
commit
d850458362
2 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,10 @@
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue