changeset 35557:eb649a1c81eb

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 25 Jan 2001 13:14:54 +0000
parents 8fcff22c51b7
children 6ae6aa38d915
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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  <handa@etl.go.jp>
 
-	* 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.