*** empty log message ***
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user