1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 01:25:07 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn f082b6ae48 LibUnicode: Generate a separate Locale enumeration for special casing
The UCD only cares about a few locales for special casing rules (az, lt,
and tr). Unfortunately, LibUnicode cannot use LibLocale once the
libraries are separate because LibLocale will need to use LibUnicode for
many more things; thus there would be a circular dependency. Instead,
just generate the small enum needed for this one use case.
2022-09-05 14:37:16 -04:00
..
CMakeLists.txt LibUnicode: Move CLDR data generators to a LibLocale subfolder 2022-09-05 14:37:16 -04:00
GenerateUnicodeData.cpp LibUnicode: Generate a separate Locale enumeration for special casing 2022-09-05 14:37:16 -04:00
GeneratorUtil.h LibLocale: Move locale source files to the LibLocale folder 2022-09-05 14:37:16 -04:00