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
Alex Dowad e6d17cfe44 Fix mbstring support for CP1254 encoding
One funny thing: while the original author used Unicode 0xFFFD (generic
replacement character) for invalid bytes in CP1251 and CP1252, for CP1254
they used 0xFFFE, which is not a valid Unicode codepoint at all, but is a
reversed byte-order mark. Probably this was by mistake.

Anyways,

- Fixed identify filter, which was completely wrong.
- Don't convert Unicode 0xFFFE to a random (but valid) CP1254 byte.
- When converting CP1254 to CP1254, don't pass invalid bytes through silently.
2020-11-02 21:31:05 +02:00
..
2020-10-07 14:58:43 +02:00
2020-10-26 11:06:10 +01:00
2020-10-22 14:50:52 +02:00
2020-10-26 13:15:03 +01:00
2020-10-02 11:56:16 +02:00
2020-10-30 15:49:48 +01:00
2020-10-23 16:56:23 +02:00
2020-10-22 15:07:01 +02:00
2020-10-15 10:17:55 +02:00
2020-10-09 15:25:23 +02:00
2020-10-23 20:48:52 +01:00
2020-10-24 15:36:05 +02:00
2020-09-03 15:07:03 +02:00
2020-11-02 09:58:46 +01:00
2020-10-29 16:42:00 +01:00
2020-10-29 13:10:32 +01:00
2020-11-02 12:25:28 +01:00
2020-10-30 17:29:33 +01:00
2020-10-28 12:18:26 +01:00
2020-11-02 09:59:45 +01:00
2020-10-13 12:32:08 +02:00
2020-10-12 18:09:08 +02:00
2020-10-30 17:29:33 +01:00
2020-10-14 16:58:07 +02:00
2020-10-06 09:49:40 +02:00
2020-10-22 14:56:00 +02:00
2020-10-30 17:29:33 +01:00
2020-10-30 17:23:18 +01:00
2020-09-30 21:07:25 +02:00
2020-09-18 14:28:32 +02:00
2020-09-18 14:28:32 +02:00
2020-11-02 11:41:37 +01:00
2020-10-13 10:41:43 +02:00
2020-10-30 17:29:33 +01:00
2020-10-22 16:05:57 +02:00
2020-10-09 10:43:35 +02:00
2020-10-08 10:28:50 +02:00
2020-10-08 10:28:50 +02:00
2020-10-26 11:40:06 +01:00