1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* tool/transcode-tblgen.rb (citrus_decode_mapsrc): print logging

message on STDERR.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-08-31 17:10:45 +00:00
parent 3d8043d062
commit 6b2efe107f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Mon Sep 1 02:10:03 2008 Tanaka Akira <akr@fsij.org>
* tool/transcode-tblgen.rb (citrus_decode_mapsrc): print logging
message on STDERR.
Mon Sep 1 01:24:09 2008 NARUSE, Yui <naruse@ruby-lang.org>
* enc/trans/eucjp-tbl.rb: replace by previous Citrus maps.

View file

@ -470,7 +470,7 @@ def citrus_decode_mapsrc(ces, csid, mapsrcs)
path = File.join(*path)
path << ".src"
path[path.rindex('/')] = '%'
puts 'load mapsrc %s' % path
STDERR.puts 'load mapsrc %s' % path if VERBOSE_MODE
open(path) do |f|
f.each_line do |l|
break if /^BEGIN_MAP/ =~ l