From 81e7be08ed1feaa3be683aeaa5fdbc79ed0489eb Mon Sep 17 00:00:00 2001 From: duerst Date: Tue, 15 Dec 2015 08:57:58 +0000 Subject: 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 --- enc/ebcdic.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'enc/ebcdic.h') 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. -- cgit v1.2.3