Mercurial > emacs
changeset 31457:b1c66af9aba5
(encode_coding_sjis_big5): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 07 Sep 2000 12:41:37 +0000 |
parents | 1d3d2dcc62b4 |
children | ec8a58b2ec83 |
files | src/coding.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Thu Sep 07 12:41:09 2000 +0000 +++ b/src/coding.c Thu Sep 07 12:41:37 2000 +0000 @@ -2598,6 +2598,8 @@ } 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. */