diff options
author | Moonchild <moonchild@palemoon.org> | 2022-09-02 19:29:43 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-09-02 19:29:43 +0000 |
commit | 74124f150b7167b69f0f4ae6657489c5db556ad3 (patch) | |
tree | d1954e5cc29052abbbab1bb49c20a7e882c56e50 /config | |
parent | 4078c2dd1e3798a283594b84de68b3ded1e69898 (diff) | |
download | uxp-74124f150b7167b69f0f4ae6657489c5db556ad3.tar.gz |
Issue #1999 - Switch to the unorm2 API for String.normalize()
Resolves #1999
Diffstat (limited to 'config')
-rw-r--r-- | config/check_spidermonkey_style.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/check_spidermonkey_style.py b/config/check_spidermonkey_style.py index eb272a81c6..cb9e2418f2 100644 --- a/config/check_spidermonkey_style.py +++ b/config/check_spidermonkey_style.py @@ -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 |