1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 02:30:30 +09:00
ladybird/Libraries/LibUnicode
Timothy Flynn 00d00b84d3 LibJS: Ensure relevant extension keys are included in ICU locale data
This is a normative change in the ECMA-402 spec. See:
7508197

In our implementation, we don't have the affected AOs directly, as we
delegate to ICU. So instead, we must ensure we provide ICU a locale with
the relevant extension keys present.
2025-03-18 11:47:23 -04:00
..
CharacterTypes.cpp
CharacterTypes.h
CMakeLists.txt LibUnicode: Specify ICU 76 in LibUnicode/CMakeLists.txt 2025-03-01 15:09:41 -05:00
Collator.cpp
Collator.h
CurrencyCode.cpp Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
CurrencyCode.h Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
DateTimeFormat.cpp AK+Everywhere: Rename verify_cast to as 2025-01-21 11:34:06 -05:00
DateTimeFormat.h LibJS+LibUnicode: Integrate Temporal into Intl.DateTimeFormat 2024-11-29 09:52:12 +01:00
DisplayNames.cpp
DisplayNames.h
DurationFormat.cpp LibJS: Ensure relevant extension keys are included in ICU locale data 2025-03-18 11:47:23 -04:00
DurationFormat.h
Forward.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ICU.cpp
ICU.h
IDNA.cpp Meta+LibUnicode+LibJS: Upgrade to ICU 76.1 2025-01-18 17:56:40 -05:00
IDNA.h LibUnicode: Support IgnorePunnycode option in ToAscii algorithm 2024-12-05 17:29:49 +01:00
ListFormat.cpp
ListFormat.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Locale.cpp
Locale.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Normalize.cpp
Normalize.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
NumberFormat.cpp LibJS: Ensure relevant extension keys are included in ICU locale data 2025-03-18 11:47:23 -04:00
NumberFormat.h LibJS: Ensure relevant extension keys are included in ICU locale data 2025-03-18 11:47:23 -04:00
PartitionRange.h
PluralRules.cpp
PluralRules.h LibJS+LibUnicode: Designate a sort order for Intl.PluralRules categories 2024-12-05 09:49:55 +01:00
RelativeTimeFormat.cpp
RelativeTimeFormat.h
Segmenter.cpp LibUnicode: Consistently reject out-of-bounds segmenter indices 2025-01-16 23:22:48 +01:00
Segmenter.h
String.cpp
TimeZone.cpp Meta+LibUnicode+LibJS: Upgrade to ICU 76.1 2025-01-18 17:56:40 -05:00
TimeZone.h
UnicodeKeywords.cpp
UnicodeKeywords.h