From: Kenichi Handa Date: Thu, 25 Jan 2001 13:14:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.96~87 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=23cfab61f6adf6dd676e42a16fe88e11018f9b73;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index c292e7359df..a842ebaabcd 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2431,6 +2431,10 @@ obsolete. 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f52afb2ef0..6c541140c70 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.