mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:01:01 +00:00
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. |
||
|---|---|---|
| .. | ||
| CharacterTypes.cpp | ||
| CharacterTypes.h | ||
| CMakeLists.txt | ||
| CurrencyCode.cpp | ||
| CurrencyCode.h | ||
| Emoji.cpp | ||
| Emoji.h | ||
| Forward.h | ||
| Normalize.cpp | ||
| Normalize.h | ||
| String.cpp | ||
| UnicodeUtils.cpp | ||
| UnicodeUtils.h | ||