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

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

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

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

- Treat truncated multi-byte characters as an error.
- Don't allow ASCII control characters to appear in the middle of a
multi-byte character.
- There was also a bug whereby some unrecognized Unicode codepoints
would be passed through to the output unchanged when converting
Unicode to EUC-KR.

show more ...