From: tomo Date: Tue, 28 Nov 2000 11:56:20 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-37-utf-2000-0_17-1~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1f0bb0efca5a3e69e0477db69b4b6f13fdaddc60;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index c7cd6df..303ef79 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2000-11-28 MORIOKA Tomohiko + * text-coding.c (decode_output_utf8_partial_char): New function. + (decode_coding_utf8): Use `decode_output_utf8_partial_char'. + +2000-11-28 MORIOKA Tomohiko + * text-coding.c (decode_coding_utf8): Output original byte sequence if it is broken; change order of conditions.