1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 07:34:59 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn c5138f0f2b LibUnicode: Parse number system digits from the CLDR
We had a hard-coded table of number system digits copied from ECMA-402.
Turns out these digits are in the CLDR, so let's parse the digits from
there instead of hard-coding them.
2022-01-12 10:49:07 +01:00
..
CMakeLists.txt LibUnicode: Use LibTimeZone's list of time zone names 2022-01-08 12:45:34 +01:00
GenerateUnicodeData.cpp LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Parse and generate long and short generic time zone names 2022-01-11 23:56:35 +01:00
GenerateUnicodeLocale.cpp Meta: Support generating case-insensitive value-from-string methods 2022-01-11 00:36:45 +01:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Parse number system digits from the CLDR 2022-01-12 10:49:07 +01:00
GeneratorUtil.h LibTimeZone: Add method to convert a time zone to a string 2022-01-11 00:36:45 +01:00