diff options
author | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-15 08:57:58 +0000 |
---|---|---|
committer | duerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-12-15 08:57:58 +0000 |
commit | 81e7be08ed1feaa3be683aeaa5fdbc79ed0489eb () | |
tree | 892da9d02b785cc53b94d567b7ab097126869073 /enc/ebcdic.h | |
parent | ec7a964dca57821d2d7a36f168c2355a46a76ca2 (diff) |
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
-rw-r--r-- | enc/ebcdic.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ #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. |