1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Userland/Libraries/LibUnicode
Timothy Flynn b8ad4d302e LibUnicode: Move Locale enumeration from generated UCD data to CLDR data
The UCD set of data contained a very small subset of all locales just to
handle some special casing rules. This enumeration will be needed within
the CLDR generator as well. So rather than duplicate the enum, remove it
from the UCD generator in favor of the full list of locales known by the
CLDR generator.
2021-08-27 12:32:24 +01:00
..
CodeGenerators LibUnicode: Move Locale enumeration from generated UCD data to CLDR data 2021-08-27 12:32:24 +01:00
CharacterTypes.cpp LibUnicode: Download and parse DerivedNormalizationProps UCD file 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: Implement grammar validators for Unicode TR-35 2021-08-26 22:04:09 +01:00
Forward.h LibUnicode: Move Locale enumeration from generated UCD data to CLDR data 2021-08-27 12:32:24 +01:00
Locale.cpp LibUnicode: Add public accessors to generated locale data 2021-08-26 22:04:09 +01:00
Locale.h LibUnicode: Add public accessors to generated locale data 2021-08-26 22:04:09 +01:00
unicode_data.cmake Meta: Ensure cmake fails if we are unable to unzip the CLDR database 2021-08-26 23:40:23 +02:00