aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-15 13:11:33 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-15 13:11:33 +0000
commit43f5078a805bceeeff417fad440905762b10fc72 (patch)
tree0ab85f6da347d7788f27cc72e0a935f1377b2396
parent008f1e75e7bf37b8d9fe08fd2c4871cdb51b70be (diff)
downloadruby-43f5078a805bceeeff417fad440905762b10fc72.tar.gz
follow the change of the name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--enc/trans/ebcdic.trans4
1 files 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 %>