ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 12fb3ae033 LibUnicode: Download and parse the word break property list UCD file
Note that unlike the main property list, each code point has only one
word break property. Code points that do not have a word break property
are to be assigned the property "Other".
2021-07-28 23:42:29 +02:00
..
CodeGenerators LibUnicode: Download and parse the word break property list UCD file 2021-07-28 23:42:29 +02:00
CharacterTypes.cpp LibUnicode: Check property list when deciding if a code point is cased 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