diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-23 15:49:10 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-03-23 15:49:10 +0000 |
commit | 81ab413288b935d4c09cf9b3547c4d3913671874 () | |
tree | ccc6305c6f420fdc2b2e47054d009ecc668e56ff /tool/enc-unicode.rb | |
parent | de4181735161a4a4bbb3771ebb30bd620c243b06 (diff) |
fix GraphemeBreakProperty.txt
* tool/downloader.rb: download to the file given in ARGV. * tool/enc-unicode.rb (parse_GraphemeBreakProperty): fix data file path as $(UNICODE_PROPERTY_FILES) in common.mk. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rwxr-xr-x | tool/enc-unicode.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ def parse_GraphemeBreakProperty(data) current = nil cps = [] ages = [] - data_foreach('GraphemeBreakProperty.txt') do |line| if /^# Total code points: / =~ line constname = constantize_Grapheme_Cluster_Break(current) data[constname] = cps |