History log of /PHP-8.2/ext/mbstring/tests/data/GB18030-2byte.txt (Results 1 – 1 of 1)
Revision Date Author Comments
# 13136a57 14-Jul-2021 Alex Dowad

Fix conversion of GB18030 text (and add test suite)

- Truncated multi-byte characters are treated as an error
- Reject GB18030 4-byte codes which translate to (non-existent)
Unicod

Fix conversion of GB18030 text (and add test suite)

- Truncated multi-byte characters are treated as an error
- Reject GB18030 4-byte codes which translate to (non-existent)
Unicode codepoints above 0x10FFFF
- Add a number of missing mappings from the GB18030 standards
(These mappings are supported by iconv. I don't know why they were
missing from mbstring.)

show more ...