(ENCODE_SJIS_BIG5_CHARACTER): Encode charset
latin-jisx0201 correctly.
This commit is contained in:
parent
b972bd85cf
commit
497ee4fb44
1 changed files with 2 additions and 0 deletions
|
@ -2155,6 +2155,8 @@ encode_coding_iso2022 (coding, source, destination, src_bytes, dst_bytes)
|
|||
{ \
|
||||
if (sjis_p && charset_alt == charset_katakana_jisx0201) \
|
||||
*dst++ = c1; \
|
||||
else if (sjis_p && charset_alt == charset_latin_jisx0201) \
|
||||
*dst++ = c1 & 0x7F; \
|
||||
else \
|
||||
{ \
|
||||
*dst++ = charset_alt, *dst++ = c1; \
|
||||
|
|
Loading…
Add table
Reference in a new issue