1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 01:15:07 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn f5c1bbc00b LibUnicode: Parse UCD Scripts.txt and generate as a Unicode property
There are a couple of minor nuances with parsing script values, compared
to other properties. In Scripts.txt, the UCD file lists the full name of
each script; other properties, like General Category, list the shorter
name in their primary files. This means that the aliases listed in
PropertyValueAliases.txt are reversed for script values.
2021-08-04 13:50:32 +01:00
..
CodeGenerators LibUnicode: Parse UCD Scripts.txt and generate as a Unicode property 2021-08-04 13:50:32 +01:00
CharacterTypes.cpp LibUnicode: Parse UCD Scripts.txt and generate as a Unicode property 2021-08-04 13:50:32 +01:00
CharacterTypes.h LibUnicode: Parse UCD Scripts.txt and generate as a Unicode property 2021-08-04 13:50:32 +01:00
CMakeLists.txt LibUnicode: Introduce a Unicode library for interacting with UCD files 2021-07-26 17:03:55 +01:00
Forward.h LibUnicode: Parse UCD Scripts.txt and generate as a Unicode property 2021-08-04 13:50:32 +01:00
unicode_data.cmake LibUnicode: Parse UCD Scripts.txt and generate as a Unicode property 2021-08-04 13:50:32 +01:00