diff lisp/international/utf-8.el @ 36522:898d0f4abcad

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Mon, 05 Mar 2001 07:21:30 +0000
parents f968e313e8ad
children b095952a8678
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)