1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00
Files
archived-php-src/ext
Alex Dowad dd00e2f1e3 Restore backwards-compatible mappings of U+005C and U+007E to SJIS-2004
In 0d0029d729 and 315d48b434, I changed the mappings used for Unicode
to Shift-JIS-2004, in an attempt to follow the JISC specification
more closely. However, feedback from Japanese PHP users indicates
that most users of SJIS-2004 expect 0x5C and 0x7E to be treated as
equivalent to the same ASCII bytes. This is due to a long history of
non-complying implementations which then became a de-facto standard.

Therefore, restore the earlier mappings for U+005C and U+007E.

Thanks to the GitHub user 'youkidearitai' for reporting this issue.

Fixes GH-9528.
2022-10-05 12:18:38 +09:00
..
2022-06-25 07:39:55 +01:00
2022-06-17 19:52:44 -04:00
2022-09-29 11:52:08 +01:00
2022-07-27 12:13:32 +02:00
2022-08-19 18:13:48 +02:00
2022-06-23 15:22:09 +02:00
2022-09-13 11:33:09 +01:00
2022-04-05 13:36:07 +02:00
2022-04-25 14:29:44 +02:00
2022-09-13 12:45:42 +01:00
2022-10-01 14:34:24 +02:00
2022-09-27 23:32:15 +02:00
2022-06-13 14:43:51 +02:00
2022-05-24 15:00:47 +02:00
2022-08-31 14:22:44 +02:00
2022-08-24 14:39:45 +02:00
2022-09-27 18:45:54 +02:00
2022-05-23 16:51:32 +02:00
2022-06-20 18:46:17 +02:00
2022-06-15 15:39:00 +02:00
2022-06-25 07:39:55 +01:00