Mercurial > emacs
changeset 88437:ffec838ec027
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 08 Mar 2002 00:18:28 +0000 |
parents | 29c4241b5418 |
children | 3a34b722dd71 |
files | src/ChangeLog |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Mar 05 01:07:22 2002 +0000 +++ b/src/ChangeLog Fri Mar 08 00:18:28 2002 +0000 @@ -1,3 +1,19 @@ +2002-03-07 Kenichi Handa <handa@etl.go.jp> + + * coding.c (decode_coding_utf_16): + + * insdel.c (insert_from_gap): Call record_insert. + + * coding.c (encode_coding_utf_8): Initialize produced_chars to 0. + (decode_coding_utf_16): Fix converting high and low bytes to + code-point. + (encode_coding_utf_16): Substitute coding->default_char for + non-Unicode characters. + (decode_coding): Don't call record_insert here. + (setup_coding_system): Initialize `surrogate' of + coding->spec.utf_16 to 0. + (EMIT_ONE_BYTE): Fix for multibyte case. + 2002-03-04 Kenichi Handa <handa@etl.go.jp> * casefiddle.c (casify_region): Fix multibyte case.