aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/coding.c2
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,
2598 } 2598 }
2599 else if (charset == charset_katakana_jisx0201) 2599 else if (charset == charset_katakana_jisx0201)
2600 EMIT_ONE_BYTE (c1 | 0x80); 2600 EMIT_ONE_BYTE (c1 | 0x80);
2601 else if (charset == charset_latin_jisx0201)
2602 EMIT_ONE_BYTE (c1);
2601 else 2603 else
2602 /* There's no way other than producing the internal 2604 /* There's no way other than producing the internal
2603 codes as is. */ 2605 codes as is. */