History log of /PHP-8.2/ext/mbstring/tests/data/EUC-CN.txt (Results 1 – 1 of 1)
Revision Date Author Comments
# 8b25e38b 19-Jun-2021 Alex Dowad

Fix conversion of EUC-CN text (and add test suite)

- Flag truncated multi-byte characters as erroneous.
- Don't allow ASCII control characters to appear in the middle of a
multi-by

Fix conversion of EUC-CN text (and add test suite)

- Flag truncated multi-byte characters as erroneous.
- Don't allow ASCII control characters to appear in the middle of a
multi-byte character.
- There was a bug whereby some unrecognized Unicode codepoints would be
passed through unchanged to the output when converting Unicode to
EUC-CN.
- Stick to the original EUC-CN standard, rather than CP936 (an extended
version invented by MS).

show more ...