mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Use _
instead of _n_
This commit is contained in:
parent
ddad1fb229
commit
58e2ca31db
1 changed files with 1 additions and 1 deletions
|
@ -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]/
|
||||
|
|
Loading…
Add table
Reference in a new issue