From: Kenichi Handa Date: Wed, 28 Jan 2004 02:24:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ce533b04697d134140e19f433b46775cfc22e28;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog.22 b/src/ChangeLog.22 index 209f135f40a..d684ffebf62 100644 --- a/src/ChangeLog.22 +++ b/src/ChangeLog.22 @@ -1,5 +1,7 @@ 2004-01-27 Kenichi Handa + * coding.h (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros. + * coding.c (QCmnemonic, QCdefalut_char) (QCdecode_translation_table, QCencode_translation_table) (QCpost_read_conversion, QCpre_write_conversion): New variables. @@ -13,6 +15,8 @@ (Fcoding_system_put): New function. (syms_of_coding): Declare new symbols. Defsubr Scoding_system_put. + (decode_coding_sjis): Handle 4th charset (typically JISX0212). + (encode_coding_sjis): Likewise. * charset.c (map_charset_chars): Fix arg to map_charset_chars in when the charset is superset type.