]> git.eshelyaron.com Git - emacs.git/commitdiff
(encode_coding_sjis_big5): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Thu, 7 Sep 2000 12:41:37 +0000 (12:41 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 7 Sep 2000 12:41:37 +0000 (12:41 +0000)
src/coding.c

index 8e284122ee4e07905c06b8a889f763733f4e03f8..366cf6647a72a8b9bf41aa4c9e552a784ecac0ca 100644 (file)
@@ -2598,6 +2598,8 @@ encode_coding_sjis_big5 (coding, source, destination,
                }
              else if (charset == charset_katakana_jisx0201)
                EMIT_ONE_BYTE (c1 | 0x80);
+             else if (charset == charset_latin_jisx0201)
+               EMIT_ONE_BYTE (c1);
              else
                /* There's no way other than producing the internal
                   codes as is.  */