├── .github └── workflows │ ├── build.yml │ └── test.yml ├── .gitignore ├── .markdownlint.json ├── .rubisco ├── build.yml ├── dist.yml └── test.yml ├── CMakeLists.txt ├── LICENSE ├── Makefile.devel ├── NEWS.md ├── README.md ├── README.zh_CN.md ├── TODO ├── benchmark ├── benchmark.cpp ├── benchmark.hpp ├── benchmark.md ├── benchmark.png ├── compile.sh ├── glib_iconv.cpp ├── libiconv_iconv.cpp ├── reiconv_iconv.cpp └── run.py ├── cpack.cmake ├── docs ├── README.md ├── c-api.md ├── cpp-api.md └── zh_CN │ ├── README.md │ ├── c-api.md │ └── cpp-api.md ├── include ├── cppp │ ├── encodings │ │ ├── reiconv.h.in │ │ └── reiconv.hpp.in │ ├── reiconv.h.in │ └── reiconv.hpp.in └── iconv.h.in ├── lib ├── all_encodings.h ├── codepage_to_ei.h ├── converters.h ├── converters │ ├── armscii_8.h │ ├── ascii.h │ ├── atarist.h │ ├── big5.h │ ├── big5_2003.h │ ├── big5hkscs1999.h │ ├── big5hkscs2001.h │ ├── big5hkscs2004.h │ ├── big5hkscs2008.h │ ├── c99.h │ ├── ces_big5.h │ ├── ces_gbk.h │ ├── cjk_variants.h │ ├── cns11643.h │ ├── cns11643_1.h │ ├── cns11643_15.h │ ├── cns11643_2.h │ ├── cns11643_3.h │ ├── cns11643_4.h │ ├── cns11643_4a.h │ ├── cns11643_4b.h │ ├── cns11643_5.h │ ├── cns11643_6.h │ ├── cns11643_7.h │ ├── cns11643_inv.h │ ├── cp1046.h │ ├── cp1124.h │ ├── cp1125.h │ ├── cp1129.h │ ├── cp1131.h │ ├── cp1133.h │ ├── cp1161.h │ ├── cp1162.h │ ├── cp1163.h │ ├── cp1250.h │ ├── cp1251.h │ ├── cp1252.h │ ├── cp1253.h │ ├── cp1254.h │ ├── cp1255.h │ ├── cp1256.h │ ├── cp1257.h │ ├── cp1258.h │ ├── cp437.h │ ├── cp50221_0208_ext.h │ ├── cp50221_0212_ext.h │ ├── cp737.h │ ├── cp775.h │ ├── cp850.h │ ├── cp852.h │ ├── cp853.h │ ├── cp855.h │ ├── cp856.h │ ├── cp857.h │ ├── cp858.h │ ├── cp860.h │ ├── cp861.h │ ├── cp862.h │ ├── cp863.h │ ├── cp864.h │ ├── cp865.h │ ├── cp866.h │ ├── cp869.h │ ├── cp874.h │ ├── cp922.h │ ├── cp932.h │ ├── cp932ext.h │ ├── cp936.h │ ├── cp936ext.h │ ├── cp943.h │ ├── cp949.h │ ├── cp950.h │ ├── cp950ext.h │ ├── dec_hanyu.h │ ├── dec_kanji.h │ ├── ebcdic037.h │ ├── ebcdic1025.h │ ├── ebcdic1026.h │ ├── ebcdic1047.h │ ├── ebcdic1097.h │ ├── ebcdic1112.h │ ├── ebcdic1122.h │ ├── ebcdic1123.h │ ├── ebcdic1130.h │ ├── ebcdic1132.h │ ├── ebcdic1137.h │ ├── ebcdic1140.h │ ├── ebcdic1141.h │ ├── ebcdic1142.h │ ├── ebcdic1143.h │ ├── ebcdic1144.h │ ├── ebcdic1145.h │ ├── ebcdic1146.h │ ├── ebcdic1147.h │ ├── ebcdic1148.h │ ├── ebcdic1149.h │ ├── ebcdic1153.h │ ├── ebcdic1154.h │ ├── ebcdic1155.h │ ├── ebcdic1156.h │ ├── ebcdic1157.h │ ├── ebcdic1158.h │ ├── ebcdic1160.h │ ├── ebcdic1164.h │ ├── ebcdic1165.h │ ├── ebcdic1166.h │ ├── ebcdic12712.h │ ├── ebcdic16804.h │ ├── ebcdic273.h │ ├── ebcdic277.h │ ├── ebcdic278.h │ ├── ebcdic280.h │ ├── ebcdic282.h │ ├── ebcdic284.h │ ├── ebcdic285.h │ ├── ebcdic297.h │ ├── ebcdic423.h │ ├── ebcdic424.h │ ├── ebcdic425.h │ ├── ebcdic4971.h │ ├── ebcdic500.h │ ├── ebcdic838.h │ ├── ebcdic870.h │ ├── ebcdic871.h │ ├── ebcdic875.h │ ├── ebcdic880.h │ ├── ebcdic905.h │ ├── ebcdic924.h │ ├── euc_cn.h │ ├── euc_jisx0213.h │ ├── euc_jp.h │ ├── euc_kr.h │ ├── euc_tw.h │ ├── flushwc.h │ ├── gb12345.h │ ├── gb12345ext.h │ ├── gb18030_2005.h │ ├── gb18030_2022.h │ ├── gb18030ext.h │ ├── gb18030uni.h │ ├── gb2312.h │ ├── gbk.h │ ├── gbkext1.h │ ├── gbkext2.h │ ├── gbkext_inv.h │ ├── georgian_academy.h │ ├── georgian_ps.h │ ├── hkscs1999.h │ ├── hkscs2001.h │ ├── hkscs2004.h │ ├── hkscs2008.h │ ├── hp_roman8.h │ ├── hz.h │ ├── iso2022_cn.h │ ├── iso2022_cnext.h │ ├── iso2022_jp.h │ ├── iso2022_jp1.h │ ├── iso2022_jp2.h │ ├── iso2022_jp3.h │ ├── iso2022_jpms.h │ ├── iso2022_kr.h │ ├── iso646_cn.h │ ├── iso646_jp.h │ ├── iso8859_1.h │ ├── iso8859_10.h │ ├── iso8859_11.h │ ├── iso8859_13.h │ ├── iso8859_14.h │ ├── iso8859_15.h │ ├── iso8859_16.h │ ├── iso8859_2.h │ ├── iso8859_3.h │ ├── iso8859_4.h │ ├── iso8859_5.h │ ├── iso8859_6.h │ ├── iso8859_7.h │ ├── iso8859_8.h │ ├── iso8859_9.h │ ├── isoir165.h │ ├── isoir165ext.h │ ├── java.h │ ├── jisx0201.h │ ├── jisx0208.h │ ├── jisx0212.h │ ├── jisx0213.h │ ├── johab.h │ ├── johab_hangul.h │ ├── koi8_r.h │ ├── koi8_ru.h │ ├── koi8_t.h │ ├── koi8_u.h │ ├── ksc5601.h │ ├── mac_arabic.h │ ├── mac_centraleurope.h │ ├── mac_croatian.h │ ├── mac_cyrillic.h │ ├── mac_greek.h │ ├── mac_hebrew.h │ ├── mac_iceland.h │ ├── mac_roman.h │ ├── mac_romania.h │ ├── mac_thai.h │ ├── mac_turkish.h │ ├── mac_ukraine.h │ ├── mulelao.h │ ├── nextstep.h │ ├── pt154.h │ ├── riscos1.h │ ├── rk1048.h │ ├── shift_jisx0213.h │ ├── sjis.h │ ├── tcvn.h │ ├── tds565.h │ ├── tis620.h │ ├── ucs2.h │ ├── ucs2be.h │ ├── ucs2internal.h │ ├── ucs2le.h │ ├── ucs2swapped.h │ ├── ucs4.h │ ├── ucs4be.h │ ├── ucs4internal.h │ ├── ucs4le.h │ ├── ucs4swapped.h │ ├── uhc_1.h │ ├── uhc_2.h │ ├── utf16.h │ ├── utf16be.h │ ├── utf16le.h │ ├── utf32.h │ ├── utf32be.h │ ├── utf32le.h │ ├── utf7.h │ ├── utf8.h │ ├── vietcomb.h │ └── viscii.h ├── encoding.h ├── encoding_indexes.h ├── encodings.h.snippet ├── generated │ ├── aliases.h │ ├── indexes.h.shippet │ └── indexes.hpp.shippet ├── iconv.c ├── locale_charset.c ├── locale_charset.cpp ├── localecharset │ ├── lc_types.h │ ├── lc_utils.h │ ├── locale_table.h │ └── windows_getcp.h ├── loop_funcs.h ├── loop_unicode.h ├── loops.h ├── reiconv.cpp └── reiconv_defines.h ├── repo.json ├── tests ├── buffer.hpp ├── check-encoding.cpp ├── check-stateful.cpp ├── check-stateless.cpp ├── data-generator.cpp ├── data │ ├── ARMSCII-8.IRREVERSIBLE.TXT │ ├── ARMSCII-8.TXT │ ├── ASCII.TXT │ ├── ATARIST.TXT │ ├── BIG5-2003.IRREVERSIBLE.TXT │ ├── BIG5-2003.TXT │ ├── BIG5-HKSCS-1999-snippet │ ├── BIG5-HKSCS-1999-snippet.UTF-8 │ ├── BIG5-HKSCS-1999.IRREVERSIBLE.TXT │ ├── BIG5-HKSCS-1999.TXT │ ├── BIG5-HKSCS-2001-snippet │ ├── BIG5-HKSCS-2001-snippet.UTF-8 │ ├── BIG5-HKSCS-2001.IRREVERSIBLE.TXT │ ├── BIG5-HKSCS-2001.TXT │ ├── BIG5-HKSCS-2004-snippet │ ├── BIG5-HKSCS-2004-snippet.UTF-8 │ ├── BIG5-HKSCS-2004.IRREVERSIBLE.TXT │ ├── BIG5-HKSCS-2004.TXT │ ├── BIG5-HKSCS-2008-snippet │ ├── BIG5-HKSCS-2008-snippet.UTF-8 │ ├── BIG5-HKSCS-2008.IRREVERSIBLE.TXT │ ├── BIG5-HKSCS-2008.TXT │ ├── BIG5.TXT │ ├── CP1046.TXT │ ├── CP1124.TXT │ ├── CP1125.TXT │ ├── CP1129.TXT │ ├── CP1131.TXT │ ├── CP1133.TXT │ ├── CP1161.IRREVERSIBLE.TXT │ ├── CP1161.TXT │ ├── CP1162.TXT │ ├── CP1163.IRREVERSIBLE.TXT │ ├── CP1163.TXT │ ├── CP1250.TXT │ ├── CP1251.TXT │ ├── CP1252.TXT │ ├── CP1253.TXT │ ├── CP1254.TXT │ ├── CP1255-snippet │ ├── CP1255-snippet.UTF-8 │ ├── CP1255.IRREVERSIBLE.TXT │ ├── CP1255.TXT │ ├── CP1256.TXT │ ├── CP1257.TXT │ ├── CP1258-snippet │ ├── CP1258-snippet.UTF-8 │ ├── CP1258.IRREVERSIBLE.TXT │ ├── CP1258.TXT │ ├── CP437.TXT │ ├── CP737.TXT │ ├── CP775.TXT │ ├── CP850.TXT │ ├── CP852.TXT │ ├── CP853.TXT │ ├── CP855.TXT │ ├── CP856.TXT │ ├── CP857.TXT │ ├── CP858.TXT │ ├── CP860.TXT │ ├── CP861.TXT │ ├── CP862.TXT │ ├── CP863.TXT │ ├── CP864.TXT │ ├── CP865.TXT │ ├── CP866.TXT │ ├── CP869.TXT │ ├── CP874.TXT │ ├── CP922.TXT │ ├── CP932.IRREVERSIBLE.TXT │ ├── CP932.TXT │ ├── CP936.TXT │ ├── CP949.TXT │ ├── CP950.IRREVERSIBLE.TXT │ ├── CP950.TXT │ ├── DEC-HANYU.IRREVERSIBLE.TXT │ ├── DEC-HANYU.TXT │ ├── DEC-KANJI.TXT │ ├── EUC-CN.TXT │ ├── EUC-JISX0213.TXT │ ├── EUC-JP.IRREVERSIBLE.TXT │ ├── EUC-JP.TXT │ ├── EUC-KR.TXT │ ├── EUC-TW.IRREVERSIBLE.TXT │ ├── EUC-TW.TXT │ ├── GB18030-2005-BMP.TXT │ ├── GB18030-2005.IRREVERSIBLE.TXT │ ├── GB18030-2022-BMP.TXT │ ├── GBK.TXT │ ├── Georgian-Academy.TXT │ ├── Georgian-PS.TXT │ ├── HP-ROMAN8.TXT │ ├── HZ-snippet │ ├── HZ-snippet.UTF-8 │ ├── IBM-037.TXT │ ├── IBM-1025.TXT │ ├── IBM-1026.TXT │ ├── IBM-1047.TXT │ ├── IBM-1097.TXT │ ├── IBM-1112.TXT │ ├── IBM-1122.TXT │ ├── IBM-1123.TXT │ ├── IBM-1130.TXT │ ├── IBM-1132.TXT │ ├── IBM-1137.TXT │ ├── IBM-1140.TXT │ ├── IBM-1141.TXT │ ├── IBM-1142.TXT │ ├── IBM-1143.TXT │ ├── IBM-1144.TXT │ ├── IBM-1145.TXT │ ├── IBM-1146.TXT │ ├── IBM-1147.TXT │ ├── IBM-1148.TXT │ ├── IBM-1149.TXT │ ├── IBM-1153.TXT │ ├── IBM-1154.TXT │ ├── IBM-1155.TXT │ ├── IBM-1156.TXT │ ├── IBM-1157.TXT │ ├── IBM-1158.TXT │ ├── IBM-1160.IRREVERSIBLE.TXT │ ├── IBM-1160.TXT │ ├── IBM-1164.TXT │ ├── IBM-1165.TXT │ ├── IBM-1166.TXT │ ├── IBM-12712.TXT │ ├── IBM-16804.TXT │ ├── IBM-273.TXT │ ├── IBM-277.TXT │ ├── IBM-278.TXT │ ├── IBM-280.TXT │ ├── IBM-282.TXT │ ├── IBM-284.TXT │ ├── IBM-285.TXT │ ├── IBM-297.TXT │ ├── IBM-423.TXT │ ├── IBM-424.TXT │ ├── IBM-425.TXT │ ├── IBM-4971.TXT │ ├── IBM-500.TXT │ ├── IBM-838.IRREVERSIBLE.TXT │ ├── IBM-838.TXT │ ├── IBM-870.TXT │ ├── IBM-871.TXT │ ├── IBM-875.TXT │ ├── IBM-880.TXT │ ├── IBM-905.TXT │ ├── IBM-924.TXT │ ├── ISO-2022-CN-EXT-snippet │ ├── ISO-2022-CN-EXT-snippet.UTF-8 │ ├── ISO-2022-CN-snippet │ ├── ISO-2022-CN-snippet.UTF-8 │ ├── ISO-2022-JP-1-snippet │ ├── ISO-2022-JP-1-snippet.UTF-8 │ ├── ISO-2022-JP-2-snippet │ ├── ISO-2022-JP-2-snippet.UTF-8 │ ├── ISO-2022-JP-3-snippet │ ├── ISO-2022-JP-3-snippet.UTF-8 │ ├── ISO-2022-JP-MS-snippet │ ├── ISO-2022-JP-MS-snippet.UTF-8 │ ├── ISO-2022-JP-MS-snippet.alt │ ├── ISO-2022-JP-snippet │ ├── ISO-2022-JP-snippet.UTF-8 │ ├── ISO-2022-KR-snippet │ ├── ISO-2022-KR-snippet.UTF-8 │ ├── ISO-8859-1.TXT │ ├── ISO-8859-10.TXT │ ├── ISO-8859-11.TXT │ ├── ISO-8859-13.TXT │ ├── ISO-8859-14.TXT │ ├── ISO-8859-15.TXT │ ├── ISO-8859-16.TXT │ ├── ISO-8859-2.TXT │ ├── ISO-8859-3.TXT │ ├── ISO-8859-4.TXT │ ├── ISO-8859-5.TXT │ ├── ISO-8859-6.TXT │ ├── ISO-8859-7.TXT │ ├── ISO-8859-8.TXT │ ├── ISO-8859-9.TXT │ ├── ISO-IR-165.IRREVERSIBLE.TXT │ ├── ISO-IR-165.TXT │ ├── ISO646-CN.TXT │ ├── ISO646-JP.TXT │ ├── JIS_X0201.TXT │ ├── JOHAB.TXT │ ├── KOI8-R.TXT │ ├── KOI8-RU.TXT │ ├── KOI8-T.TXT │ ├── KOI8-U.TXT │ ├── MacArabic.TXT │ ├── MacCentralEurope.TXT │ ├── MacCroatian.TXT │ ├── MacCyrillic.TXT │ ├── MacGreek.TXT │ ├── MacHebrew.TXT │ ├── MacIceland.TXT │ ├── MacRoman.TXT │ ├── MacRomania.TXT │ ├── MacThai.TXT │ ├── MacTurkish.TXT │ ├── MacUkraine.TXT │ ├── MuleLao-1.TXT │ ├── NEXTSTEP.TXT │ ├── PT154.TXT │ ├── Quotes.ASCII │ ├── Quotes.ISO-8859-1 │ ├── Quotes.UTF-8 │ ├── RISCOS-LATIN1.TXT │ ├── RK1048.TXT │ ├── SHIFT_JIS.TXT │ ├── SHIFT_JISX0213.TXT │ ├── TCVN-snippet │ ├── TCVN-snippet.UTF-8 │ ├── TCVN.IRREVERSIBLE.TXT │ ├── TCVN.TXT │ ├── TDS565.TXT │ ├── TIS-620.TXT │ ├── Translit1.ASCII │ ├── Translit1.ISO-8859-1 │ ├── UCS-2BE-snippet │ ├── UCS-2BE-snippet.UTF-8 │ ├── UCS-2LE-snippet │ ├── UCS-2LE-snippet.UTF-8 │ ├── UCS-4BE-snippet │ ├── UCS-4BE-snippet.UTF-8 │ ├── UCS-4LE-snippet │ ├── UCS-4LE-snippet.UTF-8 │ ├── UTF-16-snippet │ ├── UTF-16-snippet.UTF-8 │ ├── UTF-16BE-snippet │ ├── UTF-16BE-snippet.UTF-8 │ ├── UTF-16LE-snippet │ ├── UTF-16LE-snippet.UTF-8 │ ├── UTF-32-snippet │ ├── UTF-32-snippet.UTF-8 │ ├── UTF-32BE-snippet │ ├── UTF-32BE-snippet.UTF-8 │ ├── UTF-32LE-snippet │ ├── UTF-32LE-snippet.UTF-8 │ ├── UTF-7-snippet │ ├── UTF-7-snippet.UTF-8 │ └── VISCII.TXT ├── output.hpp ├── reiconv-test.hpp ├── sort.cpp ├── sort.hpp ├── table-from.hpp ├── table-to.hpp ├── test-bom-state.cpp ├── test-discard.cpp ├── tests.cmake ├── uniq-u.hpp └── utils.hpp ├── tools ├── check-encodings.cpp ├── genaliases.cpp └── genindexes.cpp └── windows └── cppp-reiconv.rc.in /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/.gitignore -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/.markdownlint.json -------------------------------------------------------------------------------- /.rubisco/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/.rubisco/build.yml -------------------------------------------------------------------------------- /.rubisco/dist.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/.rubisco/dist.yml -------------------------------------------------------------------------------- /.rubisco/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/.rubisco/test.yml -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile.devel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/Makefile.devel -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/NEWS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/README.md -------------------------------------------------------------------------------- /README.zh_CN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/README.zh_CN.md -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/TODO -------------------------------------------------------------------------------- /benchmark/benchmark.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/benchmark/benchmark.cpp -------------------------------------------------------------------------------- /benchmark/benchmark.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/benchmark/benchmark.hpp -------------------------------------------------------------------------------- /benchmark/benchmark.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/benchmark/benchmark.md -------------------------------------------------------------------------------- /benchmark/benchmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/benchmark/benchmark.png -------------------------------------------------------------------------------- /benchmark/compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/benchmark/compile.sh -------------------------------------------------------------------------------- /benchmark/glib_iconv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/benchmark/glib_iconv.cpp -------------------------------------------------------------------------------- /benchmark/libiconv_iconv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/benchmark/libiconv_iconv.cpp -------------------------------------------------------------------------------- /benchmark/reiconv_iconv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/benchmark/reiconv_iconv.cpp -------------------------------------------------------------------------------- /benchmark/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/benchmark/run.py -------------------------------------------------------------------------------- /cpack.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/cpack.cmake -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/c-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/docs/c-api.md -------------------------------------------------------------------------------- /docs/cpp-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/docs/cpp-api.md -------------------------------------------------------------------------------- /docs/zh_CN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/docs/zh_CN/README.md -------------------------------------------------------------------------------- /docs/zh_CN/c-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/docs/zh_CN/c-api.md -------------------------------------------------------------------------------- /docs/zh_CN/cpp-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/docs/zh_CN/cpp-api.md -------------------------------------------------------------------------------- /include/cppp/encodings/reiconv.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/include/cppp/encodings/reiconv.h.in -------------------------------------------------------------------------------- /include/cppp/encodings/reiconv.hpp.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/include/cppp/encodings/reiconv.hpp.in -------------------------------------------------------------------------------- /include/cppp/reiconv.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/include/cppp/reiconv.h.in -------------------------------------------------------------------------------- /include/cppp/reiconv.hpp.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/include/cppp/reiconv.hpp.in -------------------------------------------------------------------------------- /include/iconv.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/include/iconv.h.in -------------------------------------------------------------------------------- /lib/all_encodings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/all_encodings.h -------------------------------------------------------------------------------- /lib/codepage_to_ei.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/codepage_to_ei.h -------------------------------------------------------------------------------- /lib/converters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters.h -------------------------------------------------------------------------------- /lib/converters/armscii_8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/armscii_8.h -------------------------------------------------------------------------------- /lib/converters/ascii.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ascii.h -------------------------------------------------------------------------------- /lib/converters/atarist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/atarist.h -------------------------------------------------------------------------------- /lib/converters/big5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/big5.h -------------------------------------------------------------------------------- /lib/converters/big5_2003.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/big5_2003.h -------------------------------------------------------------------------------- /lib/converters/big5hkscs1999.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/big5hkscs1999.h -------------------------------------------------------------------------------- /lib/converters/big5hkscs2001.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/big5hkscs2001.h -------------------------------------------------------------------------------- /lib/converters/big5hkscs2004.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/big5hkscs2004.h -------------------------------------------------------------------------------- /lib/converters/big5hkscs2008.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/big5hkscs2008.h -------------------------------------------------------------------------------- /lib/converters/c99.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/c99.h -------------------------------------------------------------------------------- /lib/converters/ces_big5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ces_big5.h -------------------------------------------------------------------------------- /lib/converters/ces_gbk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ces_gbk.h -------------------------------------------------------------------------------- /lib/converters/cjk_variants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cjk_variants.h -------------------------------------------------------------------------------- /lib/converters/cns11643.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643.h -------------------------------------------------------------------------------- /lib/converters/cns11643_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_1.h -------------------------------------------------------------------------------- /lib/converters/cns11643_15.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_15.h -------------------------------------------------------------------------------- /lib/converters/cns11643_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_2.h -------------------------------------------------------------------------------- /lib/converters/cns11643_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_3.h -------------------------------------------------------------------------------- /lib/converters/cns11643_4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_4.h -------------------------------------------------------------------------------- /lib/converters/cns11643_4a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_4a.h -------------------------------------------------------------------------------- /lib/converters/cns11643_4b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_4b.h -------------------------------------------------------------------------------- /lib/converters/cns11643_5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_5.h -------------------------------------------------------------------------------- /lib/converters/cns11643_6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_6.h -------------------------------------------------------------------------------- /lib/converters/cns11643_7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_7.h -------------------------------------------------------------------------------- /lib/converters/cns11643_inv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cns11643_inv.h -------------------------------------------------------------------------------- /lib/converters/cp1046.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1046.h -------------------------------------------------------------------------------- /lib/converters/cp1124.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1124.h -------------------------------------------------------------------------------- /lib/converters/cp1125.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1125.h -------------------------------------------------------------------------------- /lib/converters/cp1129.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1129.h -------------------------------------------------------------------------------- /lib/converters/cp1131.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1131.h -------------------------------------------------------------------------------- /lib/converters/cp1133.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1133.h -------------------------------------------------------------------------------- /lib/converters/cp1161.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1161.h -------------------------------------------------------------------------------- /lib/converters/cp1162.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1162.h -------------------------------------------------------------------------------- /lib/converters/cp1163.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1163.h -------------------------------------------------------------------------------- /lib/converters/cp1250.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1250.h -------------------------------------------------------------------------------- /lib/converters/cp1251.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1251.h -------------------------------------------------------------------------------- /lib/converters/cp1252.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1252.h -------------------------------------------------------------------------------- /lib/converters/cp1253.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1253.h -------------------------------------------------------------------------------- /lib/converters/cp1254.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1254.h -------------------------------------------------------------------------------- /lib/converters/cp1255.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1255.h -------------------------------------------------------------------------------- /lib/converters/cp1256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1256.h -------------------------------------------------------------------------------- /lib/converters/cp1257.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1257.h -------------------------------------------------------------------------------- /lib/converters/cp1258.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp1258.h -------------------------------------------------------------------------------- /lib/converters/cp437.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp437.h -------------------------------------------------------------------------------- /lib/converters/cp50221_0208_ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp50221_0208_ext.h -------------------------------------------------------------------------------- /lib/converters/cp50221_0212_ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp50221_0212_ext.h -------------------------------------------------------------------------------- /lib/converters/cp737.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp737.h -------------------------------------------------------------------------------- /lib/converters/cp775.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp775.h -------------------------------------------------------------------------------- /lib/converters/cp850.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp850.h -------------------------------------------------------------------------------- /lib/converters/cp852.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp852.h -------------------------------------------------------------------------------- /lib/converters/cp853.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp853.h -------------------------------------------------------------------------------- /lib/converters/cp855.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp855.h -------------------------------------------------------------------------------- /lib/converters/cp856.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp856.h -------------------------------------------------------------------------------- /lib/converters/cp857.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp857.h -------------------------------------------------------------------------------- /lib/converters/cp858.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp858.h -------------------------------------------------------------------------------- /lib/converters/cp860.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp860.h -------------------------------------------------------------------------------- /lib/converters/cp861.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp861.h -------------------------------------------------------------------------------- /lib/converters/cp862.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp862.h -------------------------------------------------------------------------------- /lib/converters/cp863.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp863.h -------------------------------------------------------------------------------- /lib/converters/cp864.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp864.h -------------------------------------------------------------------------------- /lib/converters/cp865.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp865.h -------------------------------------------------------------------------------- /lib/converters/cp866.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp866.h -------------------------------------------------------------------------------- /lib/converters/cp869.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp869.h -------------------------------------------------------------------------------- /lib/converters/cp874.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp874.h -------------------------------------------------------------------------------- /lib/converters/cp922.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp922.h -------------------------------------------------------------------------------- /lib/converters/cp932.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp932.h -------------------------------------------------------------------------------- /lib/converters/cp932ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp932ext.h -------------------------------------------------------------------------------- /lib/converters/cp936.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp936.h -------------------------------------------------------------------------------- /lib/converters/cp936ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp936ext.h -------------------------------------------------------------------------------- /lib/converters/cp943.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp943.h -------------------------------------------------------------------------------- /lib/converters/cp949.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp949.h -------------------------------------------------------------------------------- /lib/converters/cp950.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp950.h -------------------------------------------------------------------------------- /lib/converters/cp950ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/cp950ext.h -------------------------------------------------------------------------------- /lib/converters/dec_hanyu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/dec_hanyu.h -------------------------------------------------------------------------------- /lib/converters/dec_kanji.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/dec_kanji.h -------------------------------------------------------------------------------- /lib/converters/ebcdic037.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic037.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1025.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1025.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1026.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1026.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1047.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1047.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1097.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1097.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1112.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1112.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1122.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1122.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1123.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1123.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1130.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1130.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1132.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1132.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1137.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1137.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1140.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1140.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1141.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1141.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1142.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1142.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1143.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1143.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1144.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1144.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1145.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1145.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1146.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1146.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1147.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1147.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1148.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1148.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1149.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1149.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1153.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1153.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1154.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1154.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1155.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1155.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1156.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1156.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1157.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1157.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1158.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1158.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1160.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1160.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1164.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1164.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1165.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1165.h -------------------------------------------------------------------------------- /lib/converters/ebcdic1166.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic1166.h -------------------------------------------------------------------------------- /lib/converters/ebcdic12712.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic12712.h -------------------------------------------------------------------------------- /lib/converters/ebcdic16804.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic16804.h -------------------------------------------------------------------------------- /lib/converters/ebcdic273.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic273.h -------------------------------------------------------------------------------- /lib/converters/ebcdic277.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic277.h -------------------------------------------------------------------------------- /lib/converters/ebcdic278.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic278.h -------------------------------------------------------------------------------- /lib/converters/ebcdic280.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic280.h -------------------------------------------------------------------------------- /lib/converters/ebcdic282.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic282.h -------------------------------------------------------------------------------- /lib/converters/ebcdic284.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic284.h -------------------------------------------------------------------------------- /lib/converters/ebcdic285.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic285.h -------------------------------------------------------------------------------- /lib/converters/ebcdic297.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic297.h -------------------------------------------------------------------------------- /lib/converters/ebcdic423.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic423.h -------------------------------------------------------------------------------- /lib/converters/ebcdic424.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic424.h -------------------------------------------------------------------------------- /lib/converters/ebcdic425.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic425.h -------------------------------------------------------------------------------- /lib/converters/ebcdic4971.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic4971.h -------------------------------------------------------------------------------- /lib/converters/ebcdic500.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic500.h -------------------------------------------------------------------------------- /lib/converters/ebcdic838.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic838.h -------------------------------------------------------------------------------- /lib/converters/ebcdic870.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic870.h -------------------------------------------------------------------------------- /lib/converters/ebcdic871.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic871.h -------------------------------------------------------------------------------- /lib/converters/ebcdic875.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic875.h -------------------------------------------------------------------------------- /lib/converters/ebcdic880.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic880.h -------------------------------------------------------------------------------- /lib/converters/ebcdic905.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic905.h -------------------------------------------------------------------------------- /lib/converters/ebcdic924.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ebcdic924.h -------------------------------------------------------------------------------- /lib/converters/euc_cn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/euc_cn.h -------------------------------------------------------------------------------- /lib/converters/euc_jisx0213.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/euc_jisx0213.h -------------------------------------------------------------------------------- /lib/converters/euc_jp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/euc_jp.h -------------------------------------------------------------------------------- /lib/converters/euc_kr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/euc_kr.h -------------------------------------------------------------------------------- /lib/converters/euc_tw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/euc_tw.h -------------------------------------------------------------------------------- /lib/converters/flushwc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/flushwc.h -------------------------------------------------------------------------------- /lib/converters/gb12345.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gb12345.h -------------------------------------------------------------------------------- /lib/converters/gb12345ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gb12345ext.h -------------------------------------------------------------------------------- /lib/converters/gb18030_2005.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gb18030_2005.h -------------------------------------------------------------------------------- /lib/converters/gb18030_2022.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gb18030_2022.h -------------------------------------------------------------------------------- /lib/converters/gb18030ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gb18030ext.h -------------------------------------------------------------------------------- /lib/converters/gb18030uni.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gb18030uni.h -------------------------------------------------------------------------------- /lib/converters/gb2312.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gb2312.h -------------------------------------------------------------------------------- /lib/converters/gbk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gbk.h -------------------------------------------------------------------------------- /lib/converters/gbkext1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gbkext1.h -------------------------------------------------------------------------------- /lib/converters/gbkext2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gbkext2.h -------------------------------------------------------------------------------- /lib/converters/gbkext_inv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/gbkext_inv.h -------------------------------------------------------------------------------- /lib/converters/georgian_academy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/georgian_academy.h -------------------------------------------------------------------------------- /lib/converters/georgian_ps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/georgian_ps.h -------------------------------------------------------------------------------- /lib/converters/hkscs1999.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/hkscs1999.h -------------------------------------------------------------------------------- /lib/converters/hkscs2001.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/hkscs2001.h -------------------------------------------------------------------------------- /lib/converters/hkscs2004.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/hkscs2004.h -------------------------------------------------------------------------------- /lib/converters/hkscs2008.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/hkscs2008.h -------------------------------------------------------------------------------- /lib/converters/hp_roman8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/hp_roman8.h -------------------------------------------------------------------------------- /lib/converters/hz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/hz.h -------------------------------------------------------------------------------- /lib/converters/iso2022_cn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso2022_cn.h -------------------------------------------------------------------------------- /lib/converters/iso2022_cnext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso2022_cnext.h -------------------------------------------------------------------------------- /lib/converters/iso2022_jp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso2022_jp.h -------------------------------------------------------------------------------- /lib/converters/iso2022_jp1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso2022_jp1.h -------------------------------------------------------------------------------- /lib/converters/iso2022_jp2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso2022_jp2.h -------------------------------------------------------------------------------- /lib/converters/iso2022_jp3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso2022_jp3.h -------------------------------------------------------------------------------- /lib/converters/iso2022_jpms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso2022_jpms.h -------------------------------------------------------------------------------- /lib/converters/iso2022_kr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso2022_kr.h -------------------------------------------------------------------------------- /lib/converters/iso646_cn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso646_cn.h -------------------------------------------------------------------------------- /lib/converters/iso646_jp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso646_jp.h -------------------------------------------------------------------------------- /lib/converters/iso8859_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_1.h -------------------------------------------------------------------------------- /lib/converters/iso8859_10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_10.h -------------------------------------------------------------------------------- /lib/converters/iso8859_11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_11.h -------------------------------------------------------------------------------- /lib/converters/iso8859_13.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_13.h -------------------------------------------------------------------------------- /lib/converters/iso8859_14.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_14.h -------------------------------------------------------------------------------- /lib/converters/iso8859_15.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_15.h -------------------------------------------------------------------------------- /lib/converters/iso8859_16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_16.h -------------------------------------------------------------------------------- /lib/converters/iso8859_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_2.h -------------------------------------------------------------------------------- /lib/converters/iso8859_3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_3.h -------------------------------------------------------------------------------- /lib/converters/iso8859_4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_4.h -------------------------------------------------------------------------------- /lib/converters/iso8859_5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_5.h -------------------------------------------------------------------------------- /lib/converters/iso8859_6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_6.h -------------------------------------------------------------------------------- /lib/converters/iso8859_7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_7.h -------------------------------------------------------------------------------- /lib/converters/iso8859_8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_8.h -------------------------------------------------------------------------------- /lib/converters/iso8859_9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/iso8859_9.h -------------------------------------------------------------------------------- /lib/converters/isoir165.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/isoir165.h -------------------------------------------------------------------------------- /lib/converters/isoir165ext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/isoir165ext.h -------------------------------------------------------------------------------- /lib/converters/java.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/java.h -------------------------------------------------------------------------------- /lib/converters/jisx0201.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/jisx0201.h -------------------------------------------------------------------------------- /lib/converters/jisx0208.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/jisx0208.h -------------------------------------------------------------------------------- /lib/converters/jisx0212.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/jisx0212.h -------------------------------------------------------------------------------- /lib/converters/jisx0213.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/jisx0213.h -------------------------------------------------------------------------------- /lib/converters/johab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/johab.h -------------------------------------------------------------------------------- /lib/converters/johab_hangul.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/johab_hangul.h -------------------------------------------------------------------------------- /lib/converters/koi8_r.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/koi8_r.h -------------------------------------------------------------------------------- /lib/converters/koi8_ru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/koi8_ru.h -------------------------------------------------------------------------------- /lib/converters/koi8_t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/koi8_t.h -------------------------------------------------------------------------------- /lib/converters/koi8_u.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/koi8_u.h -------------------------------------------------------------------------------- /lib/converters/ksc5601.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ksc5601.h -------------------------------------------------------------------------------- /lib/converters/mac_arabic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_arabic.h -------------------------------------------------------------------------------- /lib/converters/mac_centraleurope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_centraleurope.h -------------------------------------------------------------------------------- /lib/converters/mac_croatian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_croatian.h -------------------------------------------------------------------------------- /lib/converters/mac_cyrillic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_cyrillic.h -------------------------------------------------------------------------------- /lib/converters/mac_greek.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_greek.h -------------------------------------------------------------------------------- /lib/converters/mac_hebrew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_hebrew.h -------------------------------------------------------------------------------- /lib/converters/mac_iceland.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_iceland.h -------------------------------------------------------------------------------- /lib/converters/mac_roman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_roman.h -------------------------------------------------------------------------------- /lib/converters/mac_romania.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_romania.h -------------------------------------------------------------------------------- /lib/converters/mac_thai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_thai.h -------------------------------------------------------------------------------- /lib/converters/mac_turkish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_turkish.h -------------------------------------------------------------------------------- /lib/converters/mac_ukraine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mac_ukraine.h -------------------------------------------------------------------------------- /lib/converters/mulelao.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/mulelao.h -------------------------------------------------------------------------------- /lib/converters/nextstep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/nextstep.h -------------------------------------------------------------------------------- /lib/converters/pt154.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/pt154.h -------------------------------------------------------------------------------- /lib/converters/riscos1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/riscos1.h -------------------------------------------------------------------------------- /lib/converters/rk1048.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/rk1048.h -------------------------------------------------------------------------------- /lib/converters/shift_jisx0213.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/shift_jisx0213.h -------------------------------------------------------------------------------- /lib/converters/sjis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/sjis.h -------------------------------------------------------------------------------- /lib/converters/tcvn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/tcvn.h -------------------------------------------------------------------------------- /lib/converters/tds565.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/tds565.h -------------------------------------------------------------------------------- /lib/converters/tis620.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/tis620.h -------------------------------------------------------------------------------- /lib/converters/ucs2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ucs2.h -------------------------------------------------------------------------------- /lib/converters/ucs2be.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ucs2be.h -------------------------------------------------------------------------------- /lib/converters/ucs2internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ucs2internal.h -------------------------------------------------------------------------------- /lib/converters/ucs2le.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ucs2le.h -------------------------------------------------------------------------------- /lib/converters/ucs2swapped.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ucs2swapped.h -------------------------------------------------------------------------------- /lib/converters/ucs4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ucs4.h -------------------------------------------------------------------------------- /lib/converters/ucs4be.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ucs4be.h -------------------------------------------------------------------------------- /lib/converters/ucs4internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ucs4internal.h -------------------------------------------------------------------------------- /lib/converters/ucs4le.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ucs4le.h -------------------------------------------------------------------------------- /lib/converters/ucs4swapped.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/ucs4swapped.h -------------------------------------------------------------------------------- /lib/converters/uhc_1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/uhc_1.h -------------------------------------------------------------------------------- /lib/converters/uhc_2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/uhc_2.h -------------------------------------------------------------------------------- /lib/converters/utf16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/utf16.h -------------------------------------------------------------------------------- /lib/converters/utf16be.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/utf16be.h -------------------------------------------------------------------------------- /lib/converters/utf16le.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/utf16le.h -------------------------------------------------------------------------------- /lib/converters/utf32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/utf32.h -------------------------------------------------------------------------------- /lib/converters/utf32be.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/utf32be.h -------------------------------------------------------------------------------- /lib/converters/utf32le.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/utf32le.h -------------------------------------------------------------------------------- /lib/converters/utf7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/utf7.h -------------------------------------------------------------------------------- /lib/converters/utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/utf8.h -------------------------------------------------------------------------------- /lib/converters/vietcomb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/vietcomb.h -------------------------------------------------------------------------------- /lib/converters/viscii.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/converters/viscii.h -------------------------------------------------------------------------------- /lib/encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/encoding.h -------------------------------------------------------------------------------- /lib/encoding_indexes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/encoding_indexes.h -------------------------------------------------------------------------------- /lib/encodings.h.snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/encodings.h.snippet -------------------------------------------------------------------------------- /lib/generated/aliases.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/generated/aliases.h -------------------------------------------------------------------------------- /lib/generated/indexes.h.shippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/generated/indexes.h.shippet -------------------------------------------------------------------------------- /lib/generated/indexes.hpp.shippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/generated/indexes.hpp.shippet -------------------------------------------------------------------------------- /lib/iconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/iconv.c -------------------------------------------------------------------------------- /lib/locale_charset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/locale_charset.c -------------------------------------------------------------------------------- /lib/locale_charset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/locale_charset.cpp -------------------------------------------------------------------------------- /lib/localecharset/lc_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/localecharset/lc_types.h -------------------------------------------------------------------------------- /lib/localecharset/lc_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/localecharset/lc_utils.h -------------------------------------------------------------------------------- /lib/localecharset/locale_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/localecharset/locale_table.h -------------------------------------------------------------------------------- /lib/localecharset/windows_getcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/localecharset/windows_getcp.h -------------------------------------------------------------------------------- /lib/loop_funcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/loop_funcs.h -------------------------------------------------------------------------------- /lib/loop_unicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/loop_unicode.h -------------------------------------------------------------------------------- /lib/loops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/loops.h -------------------------------------------------------------------------------- /lib/reiconv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/reiconv.cpp -------------------------------------------------------------------------------- /lib/reiconv_defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/lib/reiconv_defines.h -------------------------------------------------------------------------------- /repo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/repo.json -------------------------------------------------------------------------------- /tests/buffer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/buffer.hpp -------------------------------------------------------------------------------- /tests/check-encoding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/check-encoding.cpp -------------------------------------------------------------------------------- /tests/check-stateful.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/check-stateful.cpp -------------------------------------------------------------------------------- /tests/check-stateless.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/check-stateless.cpp -------------------------------------------------------------------------------- /tests/data-generator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data-generator.cpp -------------------------------------------------------------------------------- /tests/data/ARMSCII-8.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ARMSCII-8.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/ARMSCII-8.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ARMSCII-8.TXT -------------------------------------------------------------------------------- /tests/data/ASCII.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ASCII.TXT -------------------------------------------------------------------------------- /tests/data/ATARIST.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ATARIST.TXT -------------------------------------------------------------------------------- /tests/data/BIG5-2003.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-2003.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/BIG5-2003.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-2003.TXT -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-1999-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-1999-snippet -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-1999-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-1999-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-1999.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-1999.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-1999.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-1999.TXT -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2001-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2001-snippet -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2001-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2001-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2001.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2001.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2001.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2001.TXT -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2004-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2004-snippet -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2004-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2004-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2004.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2004.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2004.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2004.TXT -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2008-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2008-snippet -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2008-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2008-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2008.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2008.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/BIG5-HKSCS-2008.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5-HKSCS-2008.TXT -------------------------------------------------------------------------------- /tests/data/BIG5.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/BIG5.TXT -------------------------------------------------------------------------------- /tests/data/CP1046.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1046.TXT -------------------------------------------------------------------------------- /tests/data/CP1124.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1124.TXT -------------------------------------------------------------------------------- /tests/data/CP1125.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1125.TXT -------------------------------------------------------------------------------- /tests/data/CP1129.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1129.TXT -------------------------------------------------------------------------------- /tests/data/CP1131.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1131.TXT -------------------------------------------------------------------------------- /tests/data/CP1133.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1133.TXT -------------------------------------------------------------------------------- /tests/data/CP1161.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1161.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/CP1161.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1161.TXT -------------------------------------------------------------------------------- /tests/data/CP1162.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1162.TXT -------------------------------------------------------------------------------- /tests/data/CP1163.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- 1 | 0xAF 0x203E 2 | 0xD0 0x00D0 3 | -------------------------------------------------------------------------------- /tests/data/CP1163.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1163.TXT -------------------------------------------------------------------------------- /tests/data/CP1250.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1250.TXT -------------------------------------------------------------------------------- /tests/data/CP1251.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1251.TXT -------------------------------------------------------------------------------- /tests/data/CP1252.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1252.TXT -------------------------------------------------------------------------------- /tests/data/CP1253.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1253.TXT -------------------------------------------------------------------------------- /tests/data/CP1254.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1254.TXT -------------------------------------------------------------------------------- /tests/data/CP1255-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1255-snippet -------------------------------------------------------------------------------- /tests/data/CP1255-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1255-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/CP1255.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1255.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/CP1255.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1255.TXT -------------------------------------------------------------------------------- /tests/data/CP1256.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1256.TXT -------------------------------------------------------------------------------- /tests/data/CP1257.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1257.TXT -------------------------------------------------------------------------------- /tests/data/CP1258-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1258-snippet -------------------------------------------------------------------------------- /tests/data/CP1258-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1258-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/CP1258.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1258.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/CP1258.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP1258.TXT -------------------------------------------------------------------------------- /tests/data/CP437.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP437.TXT -------------------------------------------------------------------------------- /tests/data/CP737.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP737.TXT -------------------------------------------------------------------------------- /tests/data/CP775.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP775.TXT -------------------------------------------------------------------------------- /tests/data/CP850.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP850.TXT -------------------------------------------------------------------------------- /tests/data/CP852.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP852.TXT -------------------------------------------------------------------------------- /tests/data/CP853.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP853.TXT -------------------------------------------------------------------------------- /tests/data/CP855.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP855.TXT -------------------------------------------------------------------------------- /tests/data/CP856.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP856.TXT -------------------------------------------------------------------------------- /tests/data/CP857.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP857.TXT -------------------------------------------------------------------------------- /tests/data/CP858.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP858.TXT -------------------------------------------------------------------------------- /tests/data/CP860.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP860.TXT -------------------------------------------------------------------------------- /tests/data/CP861.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP861.TXT -------------------------------------------------------------------------------- /tests/data/CP862.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP862.TXT -------------------------------------------------------------------------------- /tests/data/CP863.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP863.TXT -------------------------------------------------------------------------------- /tests/data/CP864.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP864.TXT -------------------------------------------------------------------------------- /tests/data/CP865.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP865.TXT -------------------------------------------------------------------------------- /tests/data/CP866.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP866.TXT -------------------------------------------------------------------------------- /tests/data/CP869.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP869.TXT -------------------------------------------------------------------------------- /tests/data/CP874.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP874.TXT -------------------------------------------------------------------------------- /tests/data/CP922.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP922.TXT -------------------------------------------------------------------------------- /tests/data/CP932.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP932.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/CP932.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP932.TXT -------------------------------------------------------------------------------- /tests/data/CP936.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP936.TXT -------------------------------------------------------------------------------- /tests/data/CP949.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP949.TXT -------------------------------------------------------------------------------- /tests/data/CP950.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP950.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/CP950.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/CP950.TXT -------------------------------------------------------------------------------- /tests/data/DEC-HANYU.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- 1 | 0xC2CBA1B8 0x5344 2 | -------------------------------------------------------------------------------- /tests/data/DEC-HANYU.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/DEC-HANYU.TXT -------------------------------------------------------------------------------- /tests/data/DEC-KANJI.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/DEC-KANJI.TXT -------------------------------------------------------------------------------- /tests/data/EUC-CN.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/EUC-CN.TXT -------------------------------------------------------------------------------- /tests/data/EUC-JISX0213.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/EUC-JISX0213.TXT -------------------------------------------------------------------------------- /tests/data/EUC-JP.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- 1 | 0x5C 0x00A5 2 | 0x7E 0x203E 3 | -------------------------------------------------------------------------------- /tests/data/EUC-JP.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/EUC-JP.TXT -------------------------------------------------------------------------------- /tests/data/EUC-KR.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/EUC-KR.TXT -------------------------------------------------------------------------------- /tests/data/EUC-TW.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/EUC-TW.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/EUC-TW.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/EUC-TW.TXT -------------------------------------------------------------------------------- /tests/data/GB18030-2005-BMP.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/GB18030-2005-BMP.TXT -------------------------------------------------------------------------------- /tests/data/GB18030-2005.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/GB18030-2005.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/GB18030-2022-BMP.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/GB18030-2022-BMP.TXT -------------------------------------------------------------------------------- /tests/data/GBK.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/GBK.TXT -------------------------------------------------------------------------------- /tests/data/Georgian-Academy.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/Georgian-Academy.TXT -------------------------------------------------------------------------------- /tests/data/Georgian-PS.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/Georgian-PS.TXT -------------------------------------------------------------------------------- /tests/data/HP-ROMAN8.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/HP-ROMAN8.TXT -------------------------------------------------------------------------------- /tests/data/HZ-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/HZ-snippet -------------------------------------------------------------------------------- /tests/data/HZ-snippet.UTF-8: -------------------------------------------------------------------------------- 1 | Chinese (中文,普通话,汉语) 你好 2 | GB -- 元气 开发 3 | -------------------------------------------------------------------------------- /tests/data/IBM-037.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-037.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1025.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1025.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1026.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1026.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1047.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1047.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1097.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1097.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1112.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1112.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1122.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1122.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1123.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1123.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1130.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1130.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1132.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1132.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1137.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1137.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1140.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1140.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1141.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1141.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1142.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1142.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1143.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1143.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1144.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1144.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1145.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1145.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1146.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1146.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1147.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1147.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1148.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1148.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1149.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1149.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1153.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1153.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1154.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1154.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1155.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1155.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1156.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1156.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1157.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1157.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1158.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1158.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1160.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1160.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1160.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1160.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1164.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1164.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1165.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1165.TXT -------------------------------------------------------------------------------- /tests/data/IBM-1166.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-1166.TXT -------------------------------------------------------------------------------- /tests/data/IBM-12712.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-12712.TXT -------------------------------------------------------------------------------- /tests/data/IBM-16804.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-16804.TXT -------------------------------------------------------------------------------- /tests/data/IBM-273.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-273.TXT -------------------------------------------------------------------------------- /tests/data/IBM-277.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-277.TXT -------------------------------------------------------------------------------- /tests/data/IBM-278.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-278.TXT -------------------------------------------------------------------------------- /tests/data/IBM-280.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-280.TXT -------------------------------------------------------------------------------- /tests/data/IBM-282.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-282.TXT -------------------------------------------------------------------------------- /tests/data/IBM-284.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-284.TXT -------------------------------------------------------------------------------- /tests/data/IBM-285.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-285.TXT -------------------------------------------------------------------------------- /tests/data/IBM-297.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-297.TXT -------------------------------------------------------------------------------- /tests/data/IBM-423.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-423.TXT -------------------------------------------------------------------------------- /tests/data/IBM-424.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-424.TXT -------------------------------------------------------------------------------- /tests/data/IBM-425.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-425.TXT -------------------------------------------------------------------------------- /tests/data/IBM-4971.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-4971.TXT -------------------------------------------------------------------------------- /tests/data/IBM-500.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-500.TXT -------------------------------------------------------------------------------- /tests/data/IBM-838.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-838.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/IBM-838.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-838.TXT -------------------------------------------------------------------------------- /tests/data/IBM-870.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-870.TXT -------------------------------------------------------------------------------- /tests/data/IBM-871.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-871.TXT -------------------------------------------------------------------------------- /tests/data/IBM-875.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-875.TXT -------------------------------------------------------------------------------- /tests/data/IBM-880.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-880.TXT -------------------------------------------------------------------------------- /tests/data/IBM-905.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-905.TXT -------------------------------------------------------------------------------- /tests/data/IBM-924.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/IBM-924.TXT -------------------------------------------------------------------------------- /tests/data/ISO-2022-CN-EXT-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-CN-EXT-snippet -------------------------------------------------------------------------------- /tests/data/ISO-2022-CN-EXT-snippet.UTF-8: -------------------------------------------------------------------------------- 1 | Chinese (中文,普通话,汉语) 你好 2 | GB -- 元气 开发 3 | 喲痓洈 4 | -------------------------------------------------------------------------------- /tests/data/ISO-2022-CN-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-CN-snippet -------------------------------------------------------------------------------- /tests/data/ISO-2022-CN-snippet.UTF-8: -------------------------------------------------------------------------------- 1 | Chinese (中文,普通话,汉语) 你好 2 | GB -- 元气 开发 3 | 喲洈 4 | -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-1-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-JP-1-snippet -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-1-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-JP-1-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-2-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-JP-2-snippet -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-2-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-JP-2-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-3-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-JP-3-snippet -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-3-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-JP-3-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-MS-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-JP-MS-snippet -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-MS-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-JP-MS-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-MS-snippet.alt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-JP-MS-snippet.alt -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-JP-snippet -------------------------------------------------------------------------------- /tests/data/ISO-2022-JP-snippet.UTF-8: -------------------------------------------------------------------------------- 1 | Japanese (日本語) こんにちは 2 | JIS -- 元気 開発 3 | -------------------------------------------------------------------------------- /tests/data/ISO-2022-KR-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-KR-snippet -------------------------------------------------------------------------------- /tests/data/ISO-2022-KR-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-2022-KR-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/ISO-8859-1.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-1.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-10.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-10.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-11.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-11.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-13.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-13.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-14.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-14.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-15.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-15.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-16.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-16.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-2.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-2.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-3.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-3.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-4.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-4.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-5.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-5.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-6.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-6.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-7.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-7.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-8.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-8.TXT -------------------------------------------------------------------------------- /tests/data/ISO-8859-9.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-8859-9.TXT -------------------------------------------------------------------------------- /tests/data/ISO-IR-165.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-IR-165.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/ISO-IR-165.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO-IR-165.TXT -------------------------------------------------------------------------------- /tests/data/ISO646-CN.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO646-CN.TXT -------------------------------------------------------------------------------- /tests/data/ISO646-JP.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/ISO646-JP.TXT -------------------------------------------------------------------------------- /tests/data/JIS_X0201.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/JIS_X0201.TXT -------------------------------------------------------------------------------- /tests/data/JOHAB.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/JOHAB.TXT -------------------------------------------------------------------------------- /tests/data/KOI8-R.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/KOI8-R.TXT -------------------------------------------------------------------------------- /tests/data/KOI8-RU.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/KOI8-RU.TXT -------------------------------------------------------------------------------- /tests/data/KOI8-T.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/KOI8-T.TXT -------------------------------------------------------------------------------- /tests/data/KOI8-U.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/KOI8-U.TXT -------------------------------------------------------------------------------- /tests/data/MacArabic.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacArabic.TXT -------------------------------------------------------------------------------- /tests/data/MacCentralEurope.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacCentralEurope.TXT -------------------------------------------------------------------------------- /tests/data/MacCroatian.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacCroatian.TXT -------------------------------------------------------------------------------- /tests/data/MacCyrillic.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacCyrillic.TXT -------------------------------------------------------------------------------- /tests/data/MacGreek.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacGreek.TXT -------------------------------------------------------------------------------- /tests/data/MacHebrew.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacHebrew.TXT -------------------------------------------------------------------------------- /tests/data/MacIceland.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacIceland.TXT -------------------------------------------------------------------------------- /tests/data/MacRoman.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacRoman.TXT -------------------------------------------------------------------------------- /tests/data/MacRomania.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacRomania.TXT -------------------------------------------------------------------------------- /tests/data/MacThai.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacThai.TXT -------------------------------------------------------------------------------- /tests/data/MacTurkish.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacTurkish.TXT -------------------------------------------------------------------------------- /tests/data/MacUkraine.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MacUkraine.TXT -------------------------------------------------------------------------------- /tests/data/MuleLao-1.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/MuleLao-1.TXT -------------------------------------------------------------------------------- /tests/data/NEXTSTEP.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/NEXTSTEP.TXT -------------------------------------------------------------------------------- /tests/data/PT154.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/PT154.TXT -------------------------------------------------------------------------------- /tests/data/Quotes.ASCII: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/Quotes.ASCII -------------------------------------------------------------------------------- /tests/data/Quotes.ISO-8859-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/Quotes.ISO-8859-1 -------------------------------------------------------------------------------- /tests/data/Quotes.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/Quotes.UTF-8 -------------------------------------------------------------------------------- /tests/data/RISCOS-LATIN1.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/RISCOS-LATIN1.TXT -------------------------------------------------------------------------------- /tests/data/RK1048.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/RK1048.TXT -------------------------------------------------------------------------------- /tests/data/SHIFT_JIS.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/SHIFT_JIS.TXT -------------------------------------------------------------------------------- /tests/data/SHIFT_JISX0213.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/SHIFT_JISX0213.TXT -------------------------------------------------------------------------------- /tests/data/TCVN-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/TCVN-snippet -------------------------------------------------------------------------------- /tests/data/TCVN-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/TCVN-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/TCVN.IRREVERSIBLE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/TCVN.IRREVERSIBLE.TXT -------------------------------------------------------------------------------- /tests/data/TCVN.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/TCVN.TXT -------------------------------------------------------------------------------- /tests/data/TDS565.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/TDS565.TXT -------------------------------------------------------------------------------- /tests/data/TIS-620.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/TIS-620.TXT -------------------------------------------------------------------------------- /tests/data/Translit1.ASCII: -------------------------------------------------------------------------------- 1 | 'Ecrit par %s. 2 | -------------------------------------------------------------------------------- /tests/data/Translit1.ISO-8859-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/Translit1.ISO-8859-1 -------------------------------------------------------------------------------- /tests/data/UCS-2BE-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UCS-2BE-snippet -------------------------------------------------------------------------------- /tests/data/UCS-2BE-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UCS-2BE-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/UCS-2LE-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UCS-2LE-snippet -------------------------------------------------------------------------------- /tests/data/UCS-2LE-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UCS-2LE-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/UCS-4BE-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UCS-4BE-snippet -------------------------------------------------------------------------------- /tests/data/UCS-4BE-snippet.UTF-8: -------------------------------------------------------------------------------- 1 | 𒍅=Ra -------------------------------------------------------------------------------- /tests/data/UCS-4LE-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UCS-4LE-snippet -------------------------------------------------------------------------------- /tests/data/UCS-4LE-snippet.UTF-8: -------------------------------------------------------------------------------- 1 | 𒍅=Ra -------------------------------------------------------------------------------- /tests/data/UTF-16-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UTF-16-snippet -------------------------------------------------------------------------------- /tests/data/UTF-16-snippet.UTF-8: -------------------------------------------------------------------------------- 1 | 𒍅=Ra -------------------------------------------------------------------------------- /tests/data/UTF-16BE-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UTF-16BE-snippet -------------------------------------------------------------------------------- /tests/data/UTF-16BE-snippet.UTF-8: -------------------------------------------------------------------------------- 1 | 𒍅=Ra -------------------------------------------------------------------------------- /tests/data/UTF-16LE-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UTF-16LE-snippet -------------------------------------------------------------------------------- /tests/data/UTF-16LE-snippet.UTF-8: -------------------------------------------------------------------------------- 1 | 𒍅=Ra -------------------------------------------------------------------------------- /tests/data/UTF-32-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UTF-32-snippet -------------------------------------------------------------------------------- /tests/data/UTF-32-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UTF-32-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/UTF-32BE-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UTF-32BE-snippet -------------------------------------------------------------------------------- /tests/data/UTF-32BE-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UTF-32BE-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/UTF-32LE-snippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UTF-32LE-snippet -------------------------------------------------------------------------------- /tests/data/UTF-32LE-snippet.UTF-8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/UTF-32LE-snippet.UTF-8 -------------------------------------------------------------------------------- /tests/data/UTF-7-snippet: -------------------------------------------------------------------------------- 1 | A+ImIDkQ- -------------------------------------------------------------------------------- /tests/data/UTF-7-snippet.UTF-8: -------------------------------------------------------------------------------- 1 | A≢Α -------------------------------------------------------------------------------- /tests/data/VISCII.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/data/VISCII.TXT -------------------------------------------------------------------------------- /tests/output.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/output.hpp -------------------------------------------------------------------------------- /tests/reiconv-test.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/reiconv-test.hpp -------------------------------------------------------------------------------- /tests/sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/sort.cpp -------------------------------------------------------------------------------- /tests/sort.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/sort.hpp -------------------------------------------------------------------------------- /tests/table-from.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/table-from.hpp -------------------------------------------------------------------------------- /tests/table-to.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/table-to.hpp -------------------------------------------------------------------------------- /tests/test-bom-state.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/test-bom-state.cpp -------------------------------------------------------------------------------- /tests/test-discard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/test-discard.cpp -------------------------------------------------------------------------------- /tests/tests.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/tests.cmake -------------------------------------------------------------------------------- /tests/uniq-u.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/uniq-u.hpp -------------------------------------------------------------------------------- /tests/utils.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tests/utils.hpp -------------------------------------------------------------------------------- /tools/check-encodings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tools/check-encodings.cpp -------------------------------------------------------------------------------- /tools/genaliases.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tools/genaliases.cpp -------------------------------------------------------------------------------- /tools/genindexes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/tools/genindexes.cpp -------------------------------------------------------------------------------- /windows/cppp-reiconv.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cppp-project/cppp-reiconv/HEAD/windows/cppp-reiconv.rc.in --------------------------------------------------------------------------------