(text_encode_generic): Use `if' instead of `switch'.
[chise/xemacs-chise.git-] / src / ChangeLog
index b26eb40..bcdb83b 100644 (file)
@@ -1,5 +1,15 @@
 1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
 
+       * text-coding.c (encode_coding_sjis): Deleted.
+       (char_encode_shift_jis): New function.
+       (char_finish_shift_jis): New function.
+       (reset_encoding_stream): Set up `encode_char' and `finish' for
+       `CODESYS_UCS4' and `CODESYS_SHIFT_JIS'.
+       (mule_encode): Use generic encoder for `CODESYS_SHIFT_JIS'.
+       (char_encode_utf8): Treat `eol_type'.
+
+1999-09-10  MORIOKA Tomohiko  <tomo@etl.go.jp>
+
        * file-coding.c (decode_coding_iso2022): Use
        `DECODE_ADD_UCS_CHAR'; don't use `XCHARSET_REP_BYTES'.