mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
follow the change of the name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1db69bf3ef
commit
abfc03c6cf
1 changed files with 2 additions and 2 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Reference in a new issue