# HG changeset patch # User Kenichi Handa # Date 980428494 0 # Node ID eb649a1c81eb623e2702dce1f839eb9ee593d859 # Parent 8fcff22c51b74a2d640c05aeb91956df13d39fd1 *** empty log message *** diff -r 8fcff22c51b7 -r eb649a1c81eb etc/NEWS --- a/etc/NEWS Thu Jan 25 13:07:32 2001 +0000 +++ b/etc/NEWS Thu Jan 25 13:14:54 2001 +0000 @@ -2431,6 +2431,10 @@ for Unicode characters in the range U+0100..U+24FF, U+2500..U+33FF, U+E000..U+FFFF respectively. +** The new coding system `mule-utf-8' is added. It provides a limited +support for decoding/encoding UTF-8 text. For the detail, please see +the documentation of this coding system. + ** The new character sets `japanese-jisx0213-1' and `japanese-jisx0213-2' are introduced for the new Japanese standard JIS X 0213 Plane 1 and Plane 2. diff -r 8fcff22c51b7 -r eb649a1c81eb lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 25 13:07:32 2001 +0000 +++ b/lisp/ChangeLog Thu Jan 25 13:14:54 2001 +0000 @@ -4,9 +4,8 @@ 2001-01-25 Kenichi Handa - * international/mule-cmds.el (reset-language-environment): Make - the priority of coding-category-utf-8 higher than - coding-category-binary. + * international/mule-cmds.el (reset-language-environment): Reset + coding-category-utf-8 to mule-utf-8. * international/mule-conf.el (coding-category-utf-8): Initialize to mule-utf-8.