1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 00:35:08 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn dff156b7c6 LibUnicode: Reduce Unicode data generator boilerplate
There's a fair amount of boilerplate when e.g. adding a new UCD file to
parse or a new enumeration to generate. Reduce the overhead by adding
helper lambdas. Also adds a couple missing spec links with UCD field
information.
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: Check word break when deciding on case-ignorable code points 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