mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #1999 - Switch to the unorm2 API for String.normalize()
Resolves #1999
This commit is contained in:
parent
b14a145be6
commit
66424272f3
2 changed files with 89 additions and 28 deletions
|
|
@ -89,7 +89,7 @@ included_inclnames_to_ignore = set([
|
|||
'unicode/udisplaycontext.h',# ICU
|
||||
'unicode/uenum.h', # ICU
|
||||
'unicode/uniset.h', # ICU
|
||||
'unicode/unorm.h', # ICU
|
||||
'unicode/unorm2.h', # ICU
|
||||
'unicode/unum.h', # ICU
|
||||
'unicode/unumsys.h', # ICU
|
||||
'unicode/upluralrules.h', # ICU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue