summaryrefslogtreecommitdiff
path: root/enc
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
commitabfc03c6cf1e1018fa471f180a4381599efe695b (patch)
tree0ab85f6da347d7788f27cc72e0a935f1377b2396 /enc
parent1db69bf3ef69445fcaa6bd1dd9e9ec9e8ff0632a (diff)
follow the change of the name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc')
-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 %>