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 /* Windows Codepage 50220 00009 * a ISO-2022-JP variant. 00010 * This includes 00011 * * US-ASCII 00012 * * JIS X 0201 Latin 00013 * * JIS X 0201 Katakana 00014 * * JIS X 0208 00015 * * NEC special characters 00016 * * NEC selected IBM extended characters 00017 * and this implementation doesn't include 00018 * * User Defined Characters 00019 * 00020 * So this CP50220 has the same characters of CP51932. 00021 * 00022 * See http://legacy-encoding.sourceforge.jp/wiki/index.php?cp50220 00023 */ 00024 ENC_REPLICATE("CP50220", "ISO-2022-JP"); 00025 00026 /* Windows Codepage 50221 00027 * a ISO-2022-JP variant. 00028 * This includes 00029 * * US-ASCII 00030 * * JIS X 0201 Latin 00031 * * JIS X 0201 Katakana 00032 * * JIS X 0208 00033 * * NEC special characters 00034 * * NEC selected IBM extended characters 00035 * and this implementation doesn't include 00036 * * User Defined Characters 00037 * 00038 * So this CP50221 has the same characters of CP51932. 00039 * 00040 * See http://legacy-encoding.sourceforge.jp/wiki/index.php?cp50221 00041 */ 00042 ENC_REPLICATE("CP50221", "ISO-2022-JP"); 00043