summaryrefslogtreecommitdiff
path: root/trunk/enc/iso_2022_jp.h
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/enc/iso_2022_jp.h')
-rw-r--r--trunk/enc/iso_2022_jp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/enc/iso_2022_jp.h b/trunk/enc/iso_2022_jp.h
new file mode 100644
index 0000000000..8155bdcd54
--- /dev/null
+++ b/trunk/enc/iso_2022_jp.h
@@ -0,0 +1,6 @@
+#include "regenc.h"
+/* dummy for unsupported, statefull encoding */
+ENC_DUMMY("ISO-2022-JP");
+ENC_ALIAS("ISO2022-JP", "ISO-2022-JP");
+ENC_REPLICATE("ISO-2022-JP-2", "ISO-2022-JP");
+ENC_ALIAS("ISO2022-JP2", "ISO-2022-JP-2");