mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Use _ instead of _n_
This commit is contained in:
parent
ddad1fb229
commit
58e2ca31db
@ -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…
x
Reference in New Issue
Block a user