[前][次][番号順一覧][スレッド一覧]

ruby-changes:41053

From: naruse <ko1@a...>
Date: Tue, 15 Dec 2015 22:11:57 +0900 (JST)
Subject: [ruby-changes:41053] naruse:r53128 (trunk): follow the change of the name

naruse	2015-12-15 22:11:33 +0900 (Tue, 15 Dec 2015)

  New Revision: 53128

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53128

  Log:
    follow the change of the name

  Modified files:
    trunk/enc/trans/ebcdic.trans
Index: enc/trans/ebcdic.trans
===================================================================
--- enc/trans/ebcdic.trans	(revision 53127)
+++ enc/trans/ebcdic.trans	(revision 53128)
@@ -266,8 +266,8 @@ def to_nomap (map) https://github.com/ruby/ruby/blob/trunk/enc/trans/ebcdic.trans#L266
   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 %>

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]