Skip to content

Commit

Permalink
Encoding: test 0xA3 0xA0 mapping to U+3000
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk committed Nov 13, 2024
1 parent 4523075 commit a145e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions encoding/legacy-mb-schinese/gb18030/gb18030-decoder.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ decode([0xE3, 0x32, 0x9A, 0x36], "\ufffd", "pointer 1237576");
decode([0x83, 0x36, 0xC8, 0x30], "\uE7C8", "legacy ICU special case 1");
decode([0xA1, 0xAD], "\u2026", "legacy ICU special case 2");
decode([0xA1, 0xAB], "\uFF5E", "legacy ICU special case 3");
decode([0xA3, 0xA0], "\u3000");

// GB18030-2022
decode([0xA6, 0xD9], "\uFE10", "GB18030-2022 1");
Expand Down

0 comments on commit a145e1d

Please sign in to comment.