* 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:
parent
3d8043d062
commit
6b2efe107f
@ -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>
|
Mon Sep 1 01:24:09 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* enc/trans/eucjp-tbl.rb: replace by previous Citrus maps.
|
* enc/trans/eucjp-tbl.rb: replace by previous Citrus maps.
|
||||||
|
@ -470,7 +470,7 @@ def citrus_decode_mapsrc(ces, csid, mapsrcs)
|
|||||||
path = File.join(*path)
|
path = File.join(*path)
|
||||||
path << ".src"
|
path << ".src"
|
||||||
path[path.rindex('/')] = '%'
|
path[path.rindex('/')] = '%'
|
||||||
puts 'load mapsrc %s' % path
|
STDERR.puts 'load mapsrc %s' % path if VERBOSE_MODE
|
||||||
open(path) do |f|
|
open(path) do |f|
|
||||||
f.each_line do |l|
|
f.each_line do |l|
|
||||||
break if /^BEGIN_MAP/ =~ l
|
break if /^BEGIN_MAP/ =~ l
|
||||||
|
Loading…
x
Reference in New Issue
Block a user