1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 07:44:59 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn 6fcc1c7426 AK+LibUnicode: Provide Unicode-aware String case transformations
Since AK can't refer to LibUnicode directly, the strategy here is that
if you need case transformations, you can link LibUnicode and receive
them. If you try to use either of these methods without linking it, then
you'll of course get a linker error (note we don't do any fallbacks to
e.g. ASCII case transformations). If you don't need these methods, you
don't have to link LibUnicode.
2023-01-09 19:23:46 -07:00
..
CharacterTypes.cpp LibUnicode: Move Unicode-aware case transformations to a helper file 2023-01-09 19:23:46 -07:00
CharacterTypes.h LibUnicode: Move Unicode-aware case transformations to a helper file 2023-01-09 19:23:46 -07:00
CMakeLists.txt AK+LibUnicode: Provide Unicode-aware String case transformations 2023-01-09 19:23:46 -07:00
CurrencyCode.cpp
CurrencyCode.h
Emoji.cpp
Emoji.h
Forward.h LibUnicode: Add decomposition mappings and Unicode normalization 2022-10-06 08:24:39 -04:00
Normalize.cpp LibUnicode+LibJS: Propagate OOM from Unicode normalization 2023-01-09 22:48:15 +00:00
Normalize.h LibUnicode+LibJS: Propagate OOM from Unicode normalization 2023-01-09 22:48:15 +00:00
String.cpp AK+LibUnicode: Provide Unicode-aware String case transformations 2023-01-09 19:23:46 -07:00
UnicodeUtils.cpp LibUnicode: Move Unicode-aware case transformations to a helper file 2023-01-09 19:23:46 -07:00
UnicodeUtils.h LibUnicode: Move Unicode-aware case transformations to a helper file 2023-01-09 19:23:46 -07:00