changeset 89772:f4933a18a83b

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 28 Jan 2004 02:24:34 +0000
parents d6f93a8c1e13
children 7066b252cbed
files src/ChangeLog.22
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <handa@m17n.org>
 
+	* 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.