1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 05:32:28 +02:00
Files
archived-php-src/ext/mbstring
Alex Dowad a5827c2d35 Fix broken binary search function in mbstring
This faulty binary search would never reject values at the very high
end of the range being searched, even if they were not actually in
the table.

Among other things, this meant that some Unicode codepoints which do
not correspond to any character in JIS X 0213 would be converted to
bogus Shift-JIS-2004 values rather than being rejected.
2020-11-11 11:18:58 +02:00
..
2020-11-09 13:45:17 +02:00
2020-11-09 13:45:17 +02:00
2020-11-09 13:45:17 +02:00
2020-10-13 20:40:55 +02:00
2020-03-12 11:29:51 +01:00