changeset 36371:f6bb3ed752b4

(mule-utf-8): Set correct value for valid-codes property.
author Kenichi Handa <handa@m17n.org>
date Sat, 24 Feb 2001 03:11:56 +0000
parents 751cb07c5f11
children 5a7a1ff72e96
files lisp/international/utf-8.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/utf-8.el	Sat Feb 24 02:45:00 2001 +0000
+++ b/lisp/international/utf-8.el	Sat Feb 24 03:11:56 2001 +0000
@@ -299,6 +299,7 @@
     mule-unicode-0100-24ff
     mule-unicode-2500-33ff
     mule-unicode-e000-ffff)
-   (mime-charset . utf-8)))
+   (mime-charset . utf-8)
+   (valid-codes (0 . 255))))
 
 (define-coding-system-alias 'utf-8 'mule-utf-8)