1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 13:44:58 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn 3ae4ff109f LibUnicode: Extract canonicalization of Unicode extension values
LibJS will need to canonicalize Unicode extension values, so extract the
lambda that was doing this work to its own function. This also changes
the helpers it invokes to take the provided key as a StringView because
we don't need (and won't always have) full String objects here.
2021-09-11 11:05:50 +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: Extract canonicalization of Unicode extension values 2021-09-11 11:05:50 +01:00
Locale.h LibUnicode: Extract canonicalization of Unicode extension values 2021-09-11 11:05:50 +01:00