ladybird/Tests/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
..
CMakeLists.txt Tests: Add tests for LibUnicode's normalize 2022-10-06 08:24:39 -04:00
TestUnicodeCharacterTypes.cpp LibUnicode: Support full case folding for titlecasing a string 2023-01-16 18:33:44 -05:00
TestUnicodeNormalization.cpp LibUnicode+LibJS: Propagate OOM from Unicode normalization 2023-01-09 22:48:15 +00:00