1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 18:08:12 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn 761c16d873 LibUnicode: Parse and utilize DerivedCoreProperties
DerivedCoreProperties are pseudo-properties that are the union of other
categories and properties. For example, the derived property Math is the
union of the general category Sm and the property Other_Math.

Parsing these is necessary for implementing Unicode property escapes.
But it also has the added benefit that LibUnicode now does not need to
derive some of these properties at runtime.
2021-07-30 21:26:31 +01:00
..
CodeGenerators LibUnicode: Parse and utilize DerivedCoreProperties 2021-07-30 21:26:31 +01:00
CharacterTypes.cpp LibUnicode: Parse and utilize DerivedCoreProperties 2021-07-30 21:26:31 +01: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: Parse and utilize DerivedCoreProperties 2021-07-30 21:26:31 +01:00