diff options
Diffstat (limited to 'enc/ebcdic.h')
| -rw-r--r-- | enc/ebcdic.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/enc/ebcdic.h b/enc/ebcdic.h new file mode 100644 index 0000000000..5109bf7065 --- /dev/null +++ b/enc/ebcdic.h @@ -0,0 +1,11 @@ +#include "regenc.h" +/* dummy for unsupported, non-ascii-based encoding */ +ENC_DUMMY("IBM037"); +ENC_ALIAS("ebcdic-cp-us", "IBM037"); + +/* 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 + * https://www.rfc-editor.org/rfc/rfc1345 + */ |
