summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 %>