mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
(encode_coding_sjis_big5): Fix previous change.
This commit is contained in:
parent
ed2541914d
commit
fc53a2147a
1 changed files with 2 additions and 0 deletions
|
|
@ -2598,6 +2598,8 @@ encode_coding_sjis_big5 (coding, source, destination,
|
||||||
}
|
}
|
||||||
else if (charset == charset_katakana_jisx0201)
|
else if (charset == charset_katakana_jisx0201)
|
||||||
EMIT_ONE_BYTE (c1 | 0x80);
|
EMIT_ONE_BYTE (c1 | 0x80);
|
||||||
|
else if (charset == charset_latin_jisx0201)
|
||||||
|
EMIT_ONE_BYTE (c1);
|
||||||
else
|
else
|
||||||
/* There's no way other than producing the internal
|
/* There's no way other than producing the internal
|
||||||
codes as is. */
|
codes as is. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue