# HG changeset patch # User Kenichi Handa # Date 1075256674 0 # Node ID f4933a18a83b78c06d81d64332e8caf3360d2eb1 # Parent d6f93a8c1e1314c7819be2d719c78a0f8c0569bf *** empty log message *** diff -r d6f93a8c1e13 -r f4933a18a83b src/ChangeLog.22 --- a/src/ChangeLog.22 Tue Jan 27 23:52:42 2004 +0000 +++ b/src/ChangeLog.22 Wed Jan 28 02:24:34 2004 +0000 @@ -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.