1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 02:05:06 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn 3f64a14e06 LibUnicode: Parse and generate the Unicode locale list patterns dataset
This data informs consumers how to join lists of values. For example,
in en-US, the list ["a", "b", "c"] formatted to a string should become
"a, b, and c".
2021-09-06 23:49:56 +01:00
..
CharacterTypes.cpp LibUnicode: Implement locale-aware BEFORE_DOT special casing 2021-09-06 15:24:27 +01:00
CharacterTypes.h LibUnicode: Implement locale-aware AFTER_I special casing 2021-09-06 15:24:27 +01:00
CMakeLists.txt Meta+LibUnicode: Move unicode_data helper to Meta/CMake 2021-08-28 08:44:17 +01:00
Forward.h LibUnicode: Parse and generate the Unicode locale list patterns dataset 2021-09-06 23:49:56 +01:00
Locale.cpp LibUnicode: Parse and generate the Unicode locale list patterns dataset 2021-09-06 23:49:56 +01:00
Locale.h LibUnicode: Parse and generate the Unicode locale list patterns dataset 2021-09-06 23:49:56 +01:00