History log of /PHP-8.2/ext/mbstring/tests/data/CP932.txt (Results 1 – 1 of 1)
Revision Date Author Comments
# 2759874a 04-Oct-2020 Alex Dowad

Enhance handling of CP932 text encoding

- Don't allow control characters to appear in the middle of a multi-byte
character. (This was a strange feature of mbstring; it doesn't make muc

Enhance handling of CP932 text encoding

- Don't allow control characters to appear in the middle of a multi-byte
character. (This was a strange feature of mbstring; it doesn't make much
sense, and iconv doesn't allow it.)
- Treat truncated multi-byte characters as an error.

show more ...