comparison lisp/international/utf-8.el @ 36423:aa776838b660

(mule-utf-8): Set coding-category property to coding-category-utf-8.
author Kenichi Handa <handa@m17n.org>
date Wed, 28 Feb 2001 05:50:44 +0000
parents f6bb3ed752b4
children f968e313e8ad
comparison
equal deleted inserted replaced
36422:6313c2db4786 36423:aa776838b660
298 latin-iso8859-1 298 latin-iso8859-1
299 mule-unicode-0100-24ff 299 mule-unicode-0100-24ff
300 mule-unicode-2500-33ff 300 mule-unicode-2500-33ff
301 mule-unicode-e000-ffff) 301 mule-unicode-e000-ffff)
302 (mime-charset . utf-8) 302 (mime-charset . utf-8)
303 (coding-category . coding-category-utf-8)
303 (valid-codes (0 . 255)))) 304 (valid-codes (0 . 255))))
304 305
305 (define-coding-system-alias 'utf-8 'mule-utf-8) 306 (define-coding-system-alias 'utf-8 'mule-utf-8)