summaryrefslogtreecommitdiff
path: root/enc/ebcdic.h
diff options
context:
space:
mode:
Diffstat (limited to 'enc/ebcdic.h')
-rw-r--r--enc/ebcdic.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/enc/ebcdic.h b/enc/ebcdic.h
new file mode 100644
index 0000000000..ca984315ee
--- /dev/null
+++ b/enc/ebcdic.h
@@ -0,0 +1,10 @@
+#include "regenc.h"
+/* dummy for unsupported, non-ascii-based encoding */
+ENC_DUMMY("EBCDIC-US");
+
+/* we start with just defining a single EBCDIC encoding,
+ * hopefully the most widely used one.
+ *
+ * See http://www.iana.org/assignments/character-sets/character-sets.xhtml
+ * http://tools.ietf.org/html/rfc1345
+ */