History log of /PHP-8.2/ext/mbstring/tests/data/EUC-JP.txt (Results 1 – 1 of 1)
Revision Date Author Comments
# 8f6889b2 01-Oct-2020 Alex Dowad

Fix mbstring support for EUC-JP text encoding

- Don't allow control characters to appear in the middle of a multi-byte
character. (A strange feature, or perhaps misfeature, of mbstring

Fix mbstring support for EUC-JP text encoding

- Don't allow control characters to appear in the middle of a multi-byte
character. (A strange feature, or perhaps misfeature, of mbstring which is
not present in other libraries such as iconv.)
- When checking whether string is valid, reject kuten codes which do not
map to any character, whether converting from EUC-JP to another encoding,
or converting another encoding which uses JIS X 0208/0212 charsets to
EUC-JP.
- Truncated multi-byte characters are treated as an error.

show more ...