gecko-dev/intl
André Bargull b0a94f02a6 Bug 1685075 - Part 2: Remove "en-US-posix" locale from ICU data file. r=zbraniecki
The filter file doesn't support exclusion lists for the "locales" filter type
(<https://github.com/unicode-org/icu/blob/main/docs/userguide/icu_data/buildtool.md#filtering-by-locale>),
therefore we have to manually exclude "en-US-posix" from the relevant resource
types: "en-US-posix" data is only present for collation, locales, and break
iteration. Break iteration is already completely stripped from the data file,
so we don't need to change anything on that front.

The string must be "en_US_POSIX" to match the resource file name, also see
<https://unicode-org.atlassian.net/browse/ICU-21400>.

Depends on D117975

Differential Revision: https://phabricator.services.mozilla.com/D117976
2021-06-18 09:22:06 +00:00
..
benchmarks Bug 1717080 - Create a micro benchmark for Intl.PluralRules; r=nordzilla 2021-06-17 19:33:34 +00:00
build
components Bug 1715982 - Fix initial capacity of NumberPartVector; r=anba 2021-06-11 21:22:15 +00:00
docs
encoding_glue
gtest
hyphenation
icu Bug 1685075 - Part 2: Remove "en-US-posix" locale from ICU data file. r=zbraniecki 2021-06-18 09:22:06 +00:00
icu-patches Bug 1714933 - Part 1: Update ICU patches. r=tcampbell 2021-06-15 07:53:57 +00:00
l10n Bug 1711902 - Add a FormatBuffer for use in SpiderMonkey; r=anba 2021-06-10 20:14:16 +00:00
locale Bug 1714293 - Add Scots (sco) to language names and accept languages locales, r=jfkthame 2021-06-03 08:25:52 +00:00
locales
lwbrk
strres
tzdata
uconv
unicharutil
Encoding.h
EncodingDetector.h
JapaneseDetector.h
icu_sources_data.py Bug 1686052 - Part 2: Update ICU build script to use new "sources.txt" file. r=jwalden 2021-06-04 17:42:09 +00:00
moz.build Bug 1714100 - Add an Intl.DateTimeFormat microbenchmark;r=dminor,nordzilla 2021-06-08 20:27:16 +00:00
update-icu.sh Bug 1714933 - Part 1: Update ICU patches. r=tcampbell 2021-06-15 07:53:57 +00:00
update-tzdata.sh