;; 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)
* 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