Mercurial > emacs
diff lisp/ChangeLog.unicode @ 90326:9dce7eee1abf
*** empty log message ***
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 27 Feb 2006 01:27:47 +0000 |
| parents | 9ef82b3ff1a7 |
| children | da7e5f00f2d8 |
line wrap: on
line diff
--- 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 <handa@m17n.org> + + * 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 <id.brep@gmail.com> (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 <handa@m17n.org> * international/kkc.el (kkc-region): Use
