]> git.eshelyaron.com Git - emacs.git/commitdiff
(encode-mac-roman): Deal with unencodable characters.
authorKenichi Handa <handa@m17n.org>
Tue, 26 Nov 2002 23:30:50 +0000 (23:30 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 26 Nov 2002 23:30:50 +0000 (23:30 +0000)
lisp/language/european.el

index 42c98ec5a7f92b9706cc9fbb9645b50e19f5c8b7..c02520efef3f31b023134e54f64472c368f2bf57 100644 (file)
@@ -516,6 +516,9 @@ but it selects the Dutch tutorial."))
     ((loop
       (read-multibyte-character r0 r1)
       (translate-character mac-roman-encoder r0 r1)
+      (if (r0 != ,(charset-id 'eight-bit-graphic))
+         (if (r0 != ,(charset-id 'eight-bit-control))
+             (r1 = ??)))
       (write-repeat r1))))
   "CCL program to encode Mac Roman")