aboutsummaryrefslogtreecommitdiffstats
path: root/enc/ebcdic.h
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-15 08:57:58 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-15 08:57:58 +0000
commit5abb6b4ec6bc865a84988447ecc1f6067cd98e7b (patch)
tree892da9d02b785cc53b94d567b7ab097126869073 /enc/ebcdic.h
parent0fd3fe001d5f0862200f6fb69b289b42518c0a6b (diff)
downloadruby-5abb6b4ec6bc865a84988447ecc1f6067cd98e7b.tar.gz
enc/ebcdic.h, enc/trans/ebcdic.trans,
test/ruby/test_transcode.rb: Fixed encoding name to the correct one in the IANA registry (IBM037) and added an alias (ebcdic-cp-us) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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.