ladybird/Userland/Libraries/LibJS/Tests/builtins/Intl/Collator
Timothy Flynn ca1257c6f9 LibJS+LibUnicode: Make the collation sensitivity default locale-aware
Note this happens to be 'variant' for every locale currently.
2024-08-15 13:44:32 +02:00
..
Collator.@@toStringTag.js
Collator.js
Collator.prototype.compare.js LibJS+LibUnicode: Fully implement Intl.Collator with ICU 2024-08-15 13:44:32 +02:00
Collator.prototype.resolvedOptions.js LibJS+LibUnicode: Make the collation sensitivity default locale-aware 2024-08-15 13:44:32 +02:00
Collator.supportedLocalesOf.js