From: tomo Date: Fri, 9 Aug 2002 11:30:44 +0000 (+0000) Subject: update. X-Git-Tag: r21-2-44-utf-2000-0_19-nc4-u8m~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3f3dd0226378fec889e801861d0182196d73e310;p=chise%2Fxemacs-chise.git.1 update. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5658f7d..adc2978 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2002-08-09 MORIOKA Tomohiko + + * text-coding.c (allocate_coding_system): Initialize initial + charsets for CODESYS_UTF8. + (Fmake_coding_system): Accept charset-g0, charset-g1 and + charset-g2 for CODESYS_UTF8. + (decode_coding_utf8): Use charset-g0. + (char_encode_utf8): Use charset-g0; use charset-g1 and charset-g2 + to force variants to map to UCS. + 2002-07-29 MORIOKA Tomohiko * text-coding.c (Qutf_8_mcs): New variable.