mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
minor code allignment (related to bug 21559)
This commit is contained in:
parent
f827b11629
commit
bd51b20c50
@ -117,7 +117,7 @@ module UnicodeNormalize # :nodoc:
|
||||
if last_class<accent_class and composite = COMPOSITION_TABLE[start+accent]
|
||||
start = composite
|
||||
elsif accent_class == 0
|
||||
result += start+accents
|
||||
result << start << accents
|
||||
start = accent
|
||||
accents = ''
|
||||
last_class = -1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user