1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn 4e546cee97 LibUnicode: Remove WordBreakProperty from generated Unicode data
This was originally used for the "is_final_code_point" algorithm in
LibUnicode/CharacterTypes.cpp. However, it has since been superseded by
DerivedCoreProperties and is now unused. Remove it as it is currently a
waste of time to process the data, and is trivial to add back if we need
it again.
2021-08-11 13:11:01 +02:00
..
CodeGenerators LibUnicode: Remove WordBreakProperty from generated Unicode data 2021-08-11 13:11:01 +02:00
CharacterTypes.cpp LibUnicode: Parse UCD DerivedBinaryProperties.txt and generate property 2021-08-04 13:50:32 +01:00
CharacterTypes.h LibUnicode: Parse UCD ScriptExtensions.txt and generate 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: Remove WordBreakProperty from generated Unicode data 2021-08-11 13:11:01 +02:00