changeset 36522:898d0f4abcad

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 05 Mar 2001 07:21:30 +0000
parents 4c211a545642
children e72a04113eac
files lisp/international/utf-8.el src/ChangeLog
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/utf-8.el	Mon Mar 05 06:41:40 2001 +0000
+++ b/lisp/international/utf-8.el	Mon Mar 05 07:21:30 2001 +0000
@@ -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)
--- a/src/ChangeLog	Mon Mar 05 06:41:40 2001 +0000
+++ b/src/ChangeLog	Mon Mar 05 07:21:30 2001 +0000
@@ -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