ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 04e6b43f05 LibUnicode: Move (soon-to-be) common code out of GenerateUnicodeLocale
The data used for number formatting is going to grow quite a bit when
the cldr-units package is parsed. To prevent the generated UnicodeLocale
file from growing outrageously large, the number formatting data can go
into its own file. To prepare for this, move code that will be common
between the generators for UnicodeLocale and UnicodeNumberFormat to the
utility header.
2021-11-12 20:46:38 +00:00
..
CMakeLists.txt Meta: Define and use lagom_tool() CMake helper function for all Tools 2021-09-15 19:04:52 +04:30
GenerateUnicodeData.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
GenerateUnicodeLocale.cpp LibUnicode: Move (soon-to-be) common code out of GenerateUnicodeLocale 2021-11-12 20:46:38 +00:00
GeneratorUtil.h LibUnicode: Move (soon-to-be) common code out of GenerateUnicodeLocale 2021-11-12 20:46:38 +00:00