00001 #include "regenc.h" 00002 /* dummy for unsupported, statefull encoding */ 00003 ENC_DUMMY("ISO-2022-JP"); 00004 ENC_ALIAS("ISO2022-JP", "ISO-2022-JP"); 00005 ENC_REPLICATE("ISO-2022-JP-2", "ISO-2022-JP"); 00006 ENC_ALIAS("ISO2022-JP2", "ISO-2022-JP-2"); 00007 00008 /* 00009 * Name: CP50220 00010 * MIBenum: 2260 00011 * Link: http://www.iana.org/assignments/charset-reg/CP50220 00012 * 00013 * Windows Codepage 50220 00014 * a ISO-2022-JP variant. 00015 * This includes 00016 * * US-ASCII 00017 * * JIS X 0201 Latin 00018 * * JIS X 0201 Katakana 00019 * * JIS X 0208 00020 * * NEC special characters 00021 * * NEC selected IBM extended characters 00022 * and this implementation doesn't include 00023 * * User Defined Characters 00024 * 00025 * So this CP50220 has the same characters of CP51932. 00026 * 00027 * See http://legacy-encoding.sourceforge.jp/wiki/index.php?cp50220 00028 */ 00029 ENC_REPLICATE("CP50220", "ISO-2022-JP"); 00030 00031 /* Windows Codepage 50221 00032 * a ISO-2022-JP variant. 00033 * This includes 00034 * * US-ASCII 00035 * * JIS X 0201 Latin 00036 * * JIS X 0201 Katakana 00037 * * JIS X 0208 00038 * * NEC special characters 00039 * * NEC selected IBM extended characters 00040 * and this implementation doesn't include 00041 * * User Defined Characters 00042 * 00043 * So this CP50221 has the same characters of CP51932. 00044 * 00045 * See http://legacy-encoding.sourceforge.jp/wiki/index.php?cp50221 00046 */ 00047 ENC_REPLICATE("CP50221", "ISO-2022-JP"); 00048
1.4.7