Skip to content

Commit

Permalink
Fix traditional chinese encoding error
Browse files Browse the repository at this point in the history
  • Loading branch information
bvschaik committed Sep 7, 2023
1 parent b5fa1b5 commit 1e8e6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/encoding_trad_chinese.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static const chinese_entry codepage_to_utf8[IMAGE_FONT_MULTIBYTE_TRAD_CHINESE_MA
{0x81a9, {0xe9, 0x8a, 0x80}},
{0x81aa, {0xe5, 0xb9, 0xa3}},
{0x81ab, {0xe6, 0xb0, 0x91}},
{0x81ac, {0xe6, 0xa6, 0x96}},
{0x81ac, {0xe7, 0xa9, 0x80}},
{0x81ad, {0xe5, 0xb9, 0xb4}},
{0x81ae, {0xe5, 0x96, 0xae}},
{0x81af, {0xe4, 0xbd, 0x8d}},
Expand Down

0 comments on commit 1e8e6a5

Please sign in to comment.