From 3ce533b04697d134140e19f433b46775cfc22e28 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 28 Jan 2004 02:24:34 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog.22 | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.39.5