summaryrefslogtreecommitdiff
path: root/enc/ebcdic.h
diff options
context:
space:
mode:
Diffstat (limited to 'enc/ebcdic.h')
-rw-r--r--enc/ebcdic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/enc/ebcdic.h b/enc/ebcdic.h
index 8954d8c187..a3b380a327 100644
--- a/enc/ebcdic.h
+++ b/enc/ebcdic.h
@@ -1,6 +1,7 @@
#include "regenc.h"
/* dummy for unsupported, non-ascii-based encoding */
-ENC_DUMMY("EBCDIC-US");
+ENC_DUMMY("IBM037");
+ENC_ALIAS("ebcdic-cp-us", "IBM037");
/* we start with just defining a single EBCDIC encoding,
* hopefully the most widely used one.