]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2001 07:21:30 +0000 (07:21 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 5 Mar 2001 07:21:30 +0000 (07:21 +0000)
lisp/international/utf-8.el
src/ChangeLog

index 0814e0900abbbc59844c85fcfb78fc31929f0342..acd9e14706a421c859eb26ecfb504797c2f16f46 100644 (file)
                   ;; U+3400 .. U+DFFF
                   ;; keep those bytes as eight-bit-{control|graphic}
                   (if (r3 < #xe000)
-                      (;; #xe0 < r0 < #xf0, so r0 is eight-bit-graphic
+                      (;; #xe0 <= r0 < #xf0, so r0 is eight-bit-graphic
                        (r3 = ,(charset-id 'eight-bit-graphic))
                        (write-multibyte-character r3 r0)
                        (if (r1 < #xa0)
index c1f10e1abf1c75bda06435c54e997bd1e1cdbbae..70d32d7126d1a928fcbdb9867feb691689706fa5 100644 (file)
@@ -2,7 +2,7 @@
 
        * coding.c (syms_of_coding): Docstring modified.
 
-2001-02-28  Kenichi Handa  <handa@etl.go.jp>
+2001-03-05  Kenichi Handa  <handa@etl.go.jp>
 
        * charset.c (char_to_string): If a single byte char has modifier
        bits that can't be reflected to the character code, ignore them