summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMartok <martok@martoks-place.de>2023-06-29 23:05:33 +0200
committerMartok <martok@martoks-place.de>2023-06-29 23:05:33 +0200
commitf168e0afe965d2d860e9f2ad8e2ca6cf26ec0b41 (patch)
treef2d89d26004389b9dad51896f19293915773a846 /config
parent9eb285a9fb89cfd64ca9c9cba77746af4547f0a4 (diff)
downloaduxp-f168e0afe965d2d860e9f2ad8e2ca6cf26ec0b41.tar.gz
Issue #2259 - Reimplement String.prototype.toLocale{Lower,Upper}Case per ECMAScript Intl specification
- Update make_unicode to output SpecialCasing - Handle special casing - Use realloc instead of malloc when resizing a newly created string buffer Based-on: m-c 1318403, 1431957
Diffstat (limited to 'config')
-rw-r--r--config/check_spidermonkey_style.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/check_spidermonkey_style.py b/config/check_spidermonkey_style.py
index cb9e2418f2..5f06e6ad93 100644
--- a/config/check_spidermonkey_style.py
+++ b/config/check_spidermonkey_style.py
@@ -82,6 +82,7 @@ included_inclnames_to_ignore = set([
'unicode/plurrule.h', # ICU
'unicode/timezone.h', # ICU
'unicode/ucal.h', # ICU
+ 'unicode/uchar.h', # ICU
'unicode/uclean.h', # ICU
'unicode/ucol.h', # ICU
'unicode/udat.h', # ICU