# HG changeset patch # User Kenichi Handa # Date 1141003667 0 # Node ID 9dce7eee1abfab4f835e9c3d6c5ce07a4bc0deb8 # Parent 9e9c44bc96d688644bf9346dbd89c75ef01bc1e6 *** empty log message *** diff -r 9e9c44bc96d6 -r 9dce7eee1abf lisp/ChangeLog.unicode --- a/lisp/ChangeLog.unicode Mon Feb 27 01:27:35 2006 +0000 +++ b/lisp/ChangeLog.unicode Mon Feb 27 01:27:47 2006 +0000 @@ -1,3 +1,27 @@ +2006-02-27 Kenichi Handa + + * language/chinese.el ("Chinese-BIG5"): Set + ctext-non-standard-encodings property to "big5-0". + + * international/mule.el (ctext-non-standard-encodings): Initialize + to nil. + (ctext-non-standard-encodings-alist): Set charset `big5' in the + entry for "big5-0". + (ctext-non-standard-encodings-table): Return a list instead of + char-table. + (ctext-pre-write-conversion): Adjusted for the above change. + +2006-02-27 Zhang Wei (tiny change) + + * international/mule.el (ctext-non-standard-encodings-alist): Add + an entry for gbk-0. + (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read + a row 8-bit. + + * language/chinese.el ("Chinese-GBK"): Set + ctext-non-standard-encodings property to "gbk-0". Add sample-text + property. + 2006-02-27 Kenichi Handa * international/kkc.el (kkc-region): Use diff -r 9e9c44bc96d6 -r 9dce7eee1abf src/ChangeLog.unicode --- a/src/ChangeLog.unicode Mon Feb 27 01:27:35 2006 +0000 +++ b/src/ChangeLog.unicode Mon Feb 27 01:27:47 2006 +0000 @@ -1,3 +1,9 @@ +2006-02-27 Kenichi Handa + + * data.c (Faset): On setting a character bigger than 255 in a + unibyte string, signal an error instead of make the string + multibyte. + 2006-02-22 Kenichi Handa * charset.c (map_charset_chars): Fix for ascii-compatible charset