php-src/ext/mbstring/tests/data
Alex Dowad 5fdb27246c Add mbstring support for GB18030-2022 text encoding
The previous version of the GB-18030 standard was published in 2005.
This commit adds support for the updated (2022) version of this text
encoding. The existing GB18030 implementation has been left unchanged
for backwards compatibility; users who want to use the new standard
must explicitly indicate the desired text encoding is 'GB18030-2022'.

The document which defines GB18030-2022, published by the government
of the People's Republic of China, defines three levels of standards
compliance. This implementation is intended to achieve Implementation
Level 3, which is the highest level of compliance.

Experts in the GB18030 standard are requested to assess this
implementation and report any deviation from the standard.
2023-12-30 18:29:47 +02:00
..
8859-1.txt
8859-2.txt
8859-3.txt
8859-4.txt
8859-5.txt
8859-6.txt
8859-7.txt
8859-8.txt
8859-9.txt
8859-10.txt
8859-11.txt
8859-13.txt
8859-14.txt
8859-15.txt
8859-16.txt
ARMSCII-8.txt Add test suite for ARMSCII-8 encoding 2020-11-02 21:31:06 +02:00
BIG5.txt Fix GH-11300: license issue: restricted unicode license headers 2023-07-01 21:55:21 +02:00
CP850.txt Add test suite for CP850 encoding 2020-11-02 21:31:06 +02:00
CP866.txt Add test suite for CP866 encoding 2020-11-02 21:31:06 +02:00
CP932.txt Enhance handling of CP932 text encoding 2020-11-25 19:52:19 +02:00
CP936.txt Fix conversion of CP936 text (and add test suite) 2021-06-29 12:25:21 +02:00
CP949.txt Strict conversion of UHC text to Unicode 2021-06-17 13:12:40 +02:00
CP950.txt Fix conversion of Big5 and CP950 text (and add test suite) 2021-07-19 12:17:00 +02:00
CP1251.txt Add test suite for CP1251 encoding 2020-11-02 21:31:05 +02:00
CP1252.txt Support Microsoft's "Best Fit" mappings for Windows-1252 text encoding 2022-12-09 15:18:37 +02:00
CP1254.txt Add test suite for CP1254 encoding 2020-11-02 21:31:05 +02:00
CP51932.txt Enhance handling of CP51932 encoding 2020-11-25 20:51:44 +02:00
EmojiSources.txt Fix mbstring support for SJIS-Mobile (DoCoMo, KDDI, and Softbank variants of Shift-JIS) 2020-11-25 20:51:44 +02:00
EUC-CN.txt Fix conversion of EUC-CN text (and add test suite) 2021-06-29 12:25:21 +02:00
EUC-JP-2004.txt Fix conversion of EUC-JP-2004 text (and add test suite) 2021-07-05 16:28:16 +02:00
EUC-JP-MS.IRREVERSIBLE.txt Add test suite for EUC-JP-WIN (or EUC-JP-MS) text encoding (and fix bugs) 2021-08-30 16:29:58 +02:00
EUC-JP-MS.txt Add test suite for EUC-JP-WIN (or EUC-JP-MS) text encoding (and fix bugs) 2021-08-30 16:29:58 +02:00
EUC-JP.txt Fix mbstring support for EUC-JP text encoding 2020-11-09 13:45:17 +02:00
EUC-KR.txt Fix conversion of EUC-KR text (and add test suite) 2021-06-29 12:25:21 +02:00
EUC-TW.txt Fix conversion of EUC-TW text (and add test suite) 2021-06-29 12:25:21 +02:00
GB2312.txt Fix conversion of HZ text (and add test suite) 2021-06-29 12:25:21 +02:00
GB18030-2byte.txt Fix conversion of GB18030 text (and add test suite) 2021-07-19 12:17:00 +02:00
GB18030-2022MappingTableBMP.txt Add mbstring support for GB18030-2022 text encoding 2023-12-30 18:29:47 +02:00
ISO-2022-JP-2004-JISX0213.txt ISO-2022-JP-2004 conversion: handle invalid characters correctly 2021-01-14 22:26:24 +02:00
JISX0201.txt Fix GH-11300: license issue: restricted unicode license headers 2023-07-01 21:55:21 +02:00
JISX0208.txt ISO-2022-JP-2004 conversion: handle invalid characters correctly 2021-01-14 22:26:24 +02:00
JISX0212.txt [skip ci] Fix typos discovered by codespell (#12228) 2023-09-18 11:07:17 +01:00
KOI8-R.txt Add test suite for KOI8-R encoding 2020-11-02 21:31:06 +02:00
KOI8-U.txt Add test suite for KOI8-U encoding 2020-11-02 21:31:06 +02:00
KSX1001.txt [skip ci] Fix typos discovered by codespell (#12228) 2023-09-18 11:07:17 +01:00
MacJapanese-SJIS.txt Add test suite for SJIS-mac encoding 2020-11-11 11:18:58 +02:00
SHIFTJIS.txt Fix mbstring support for Shift-JIS 2020-11-09 13:45:16 +02:00
SJIS-2004.txt Add test suite for SJIS-2004 encoding 2020-11-11 11:18:58 +02:00
UTF-8-DOCOMO.txt Add test suite for mobile variants of UTF-8 (and fix bugs) 2021-08-30 16:29:58 +02:00
UTF-8-KDDI-A.txt Add test suite for mobile variants of UTF-8 (and fix bugs) 2021-08-30 16:29:58 +02:00
UTF-8-KDDI-B.txt Add test suite for mobile variants of UTF-8 (and fix bugs) 2021-08-30 16:29:58 +02:00
UTF-8-SOFTBANK.txt Add test suite for mobile variants of UTF-8 (and fix bugs) 2021-08-30 16:29:58 +02:00