1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 08:04:57 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn bc51017a03 LibUnicode: Support full case folding for titlecasing a string
Unicode declares that to titlecase a string, the first cased code point
after each word boundary should be transformed to its titlecase mapping.
All other codepoints are transformed to their lowercase mapping.
2023-01-16 18:33:44 -05:00
..
CharacterTypes.cpp LibUnicode: Support full case folding for titlecasing a string 2023-01-16 18:33:44 -05:00
CharacterTypes.h LibUnicode: Support full case folding for titlecasing a string 2023-01-16 18:33:44 -05:00
CMakeLists.txt AK+LibUnicode: Provide Unicode-aware String case transformations 2023-01-09 19:23:46 -07:00
CurrencyCode.cpp LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2022-09-05 14:37:16 -04:00
CurrencyCode.h LibUnicode+LibJS: Move Unicode::get_available_currencies() to Locale.h 2022-09-05 14:37:16 -04:00
Emoji.cpp LibUncode: Parse and generate emoji code point data 2022-09-08 23:12:31 +01:00
Emoji.h LibUnicode: Parse and generate custom emoji added for SerenityOS 2022-09-11 20:33:57 +01:00
Forward.h LibUnicode: Add decomposition mappings and Unicode normalization 2022-10-06 08:24:39 -04:00
Normalize.cpp LibUnicode: Return a String from Unicode normalization 2023-01-15 01:00:20 +00:00
Normalize.h LibUnicode: Return a String from Unicode normalization 2023-01-15 01:00:20 +00:00
String.cpp AK+LibUnicode: Provide Unicode-aware String case transformations 2023-01-09 19:23:46 -07:00
UnicodeUtils.cpp LibUnicode: Support full case folding for titlecasing a string 2023-01-16 18:33:44 -05:00
UnicodeUtils.h LibUnicode: Support full case folding for titlecasing a string 2023-01-16 18:33:44 -05:00