1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 10:44:12 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2001-03-05 07:21:30 +00:00
parent 5ef834ea90
commit 203682cccc
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@
;; 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)

View 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