summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-10-18 20:24:36 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-10-18 20:24:36 +0900
commit58e2ca31dbbae9bb54917c9b3cc88fc138454eeb (patch)
treefa9ce8abcd4e52dfcc95ee92b7daf640d4a4af47
parentddad1fb229421be3dc4b0a3031cb410b62a233a9 (diff)
Use `_` instead of `_n_`
-rw-r--r--template/unicode_norm_gen.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/unicode_norm_gen.tmpl b/template/unicode_norm_gen.tmpl
index c25d21089b..a16712fbac 100644
--- a/template/unicode_norm_gen.tmpl
+++ b/template/unicode_norm_gen.tmpl
@@ -82,7 +82,7 @@ combining_class = {} # constant to allow use in Integer#to_UTF8
# read the file 'UnicodeData.txt'
vpath.foreach("#{InputDataDir}/UnicodeData.txt") do |line|
- codepoint, name, _2_, char_class, _4_, decomposition, *_rest = line.split(";")
+ codepoint, name, _, char_class, _, decomposition, *_rest = line.split(";")
case decomposition
when /^[0-9A-F]/