summaryrefslogtreecommitdiff
path: root/tool/enc-unicode.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/enc-unicode.rb')
-rwxr-xr-xtool/enc-unicode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/enc-unicode.rb b/tool/enc-unicode.rb
index 14ed5d076c..220c46c8ef 100755
--- a/tool/enc-unicode.rb
+++ b/tool/enc-unicode.rb
@@ -212,7 +212,7 @@ def parse_GraphemeBreakProperty(data)
current = nil
cps = []
ages = []
- data_foreach('GraphemeBreakProperty.txt') do |line|
+ data_foreach('auxiliary/GraphemeBreakProperty.txt') do |line|
if /^# Total code points: / =~ line
constname = constantize_Grapheme_Cluster_Break(current)
data[constname] = cps