1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2002-05-07 04:55:49 +00:00
parent f8e12783e2
commit 1a0c5ca966
3 changed files with 28 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2002-05-07 Kenichi Handa <handa@etl.go.jp>
* charsets/Makefile (MAPS): Add gbk.map and gb18030-bmp.map.
(ICUDIR): New macro.
(gbk.map, gb18030-bmp.map): New targets.
* charsets/gbk.map, charsets/gb18030-bmp.map: New files.
* charsets/gbk18030.awk: New file.
2002-03-01 Kenichi Handa <handa@etl.go.jp>
* charsets: New directory for charset mapping tables.

View file

@ -1,3 +1,15 @@
2002-05-07 Kenichi Handa <handa@etl.go.jp>
* international/fontset.el: Change the registry for
chinese-gb2312 and add the registry for chinese-gbk.
* international/mule.el (charset-chars): Fix typo.
* international/mule-conf.el (chinese-gbk): New charset.
* international/titdic-cnv.el (titdic-convert): Read into a
unibyte buffer then make the buffer multibyte.
2002-03-07 Kenichi Handa <handa@etl.go.jp>
* international/mule-conf.el (utf-16-le): Use :bom attribute

View file

@ -1,3 +1,8 @@
2002-05-07 Kenichi Handa <handa@etl.go.jp>
* xdisp.c (display_mode_element): When the variable `elt' is
changed, update `this' and `lisp_string'.
2002-05-07 Kenichi Handa <handa@etl.go.jp>
* buffer.c (Fset_buffer_multibyte): Fix 8-bit char handling.
@ -55,6 +60,7 @@
* coding.c (produce_chars): Set the variable `multibytep' correctly.
(decode_coding_gap): Set coding->dst_multibyte correctly.
>>>>>>> 1.2479.2.9
2002-03-07 Kenichi Handa <handa@etl.go.jp>
* coding.c (encode_coding_utf_8): Initialize produced_chars to 0.