From abfc03c6cf1e1018fa471f180a4381599efe695b Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 15 Dec 2015 13:11:33 +0000 Subject: follow the change of the name git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/trans/ebcdic.trans | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enc/trans/ebcdic.trans b/enc/trans/ebcdic.trans index e4756e3e47..c5b5dfec87 100644 --- a/enc/trans/ebcdic.trans +++ b/enc/trans/ebcdic.trans @@ -266,8 +266,8 @@ def to_nomap (map) end end -transcode_tblgen "EBCDIC-US", "ISO-8859-1", to_nomap(us_ebcdic_map), '{00-ff}', 'asciicompat_decoder' -transcode_tblgen "ISO-8859-1", "EBCDIC-US", to_nomap(us_ebcdic_map.map {|a,b| [b,a] }), '{00-ff}', 'asciicompat_encoder' +transcode_tblgen "IBM037", "ISO-8859-1", to_nomap(us_ebcdic_map), '{00-ff}', 'asciicompat_decoder' +transcode_tblgen "ISO-8859-1", "IBM037", to_nomap(us_ebcdic_map.map {|a,b| [b,a] }), '{00-ff}', 'asciicompat_encoder' %> <%= transcode_generated_code %> -- cgit v1.2.3