1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 11:02:07 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/Intl
Timothy Flynn 940c023e09 LibJS: Compare Unicode locale variants using case-insensitive matching
In the IsStructurallyValidLanguageTag AO, we of course cannot assume the
variants are canonicalized to lower-case yet, because canonicalization
hasn't happened yet.
2021-09-02 17:56:42 +01:00
..
DisplayNames LibJS: Remove duplicated error message from ErrorTypes.h 2021-09-02 17:56:42 +01:00
Locale LibJS: Implement a nearly empty Intl.Locale object 2021-09-02 17:56:42 +01:00
Intl.@@toStringTag.js LibJS: Implement Intl[@@toStringTag] 2021-08-08 20:14:59 +01:00
Intl.getCanonicalLocales.js LibJS: Compare Unicode locale variants using case-insensitive matching 2021-09-02 17:56:42 +01:00