ladybird/Userland/Libraries/LibUnicode
Timothy Flynn e6e462249f LibUnicode: Generate *_from_string methods using a hash map
Rather than a long series of string comparisons, generate each of these
methods using a hash map of the enumeration name to its value.
2021-08-11 13:11:01 +02:00
..
CodeGenerators LibUnicode: Generate *_from_string methods using a hash map 2021-08-11 13:11:01 +02:00
CharacterTypes.cpp LibUnicode: Generate separate tables for Unicode properties 2021-08-11 13:11:01 +02: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: Generate separate tables for Unicode properties 2021-08-11 13:11:01 +02:00
unicode_data.cmake LibUnicode: Generate separate tables for General Category properties 2021-08-11 13:11:01 +02:00