ladybird/Userland/Libraries/LibUnicode
Timothy Flynn c4bfda7f7f LibUnicode: Handle code points that are both cased and case-ignorable
Apparently, some code points fit both categories, for example U+0345
(COMBINING GREEK YPOGEGRAMMENI). Handle this fact when determining if
a code point is a final code point in a string.
2021-07-28 23:42:29 +02:00
..
CodeGenerators LibUnicode: Reduce Unicode data generator boilerplate 2021-07-28 23:42:29 +02:00
CharacterTypes.cpp LibUnicode: Handle code points that are both cased and case-ignorable 2021-07-28 23:42:29 +02:00
CharacterTypes.h LibUnicode: Begin implementing special Unicode case folding 2021-07-27 21:04:36 +01:00
CMakeLists.txt LibUnicode: Introduce a Unicode library for interacting with UCD files 2021-07-26 17:03:55 +01:00
unicode_data.cmake LibUnicode: Download and parse the word break property list UCD file 2021-07-28 23:42:29 +02:00