diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coding.c b/src/coding.c index 8e284122ee4..366cf6647a7 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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. */ |
