Skip to content

Commit

Permalink
Use _ instead of _n_
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Oct 18, 2019
1 parent ddad1fb commit 58e2ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/unicode_norm_gen.tmpl
Expand Up @@ -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]/
Expand Down

0 comments on commit 58e2ca3

Please sign in to comment.