mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-15 16:32:14 +00: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)
|
||||
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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue