ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 4d43aeae30 LibUnicode: Fill in case-first and numeric BCP47 keywords
Unlike other BCP47 keywords that we are parsing, these only appear in
the BCP47 XML file itself within the CLDR. The values are very simple
though, so just hard code them until the Unicode org re-releases the
CLDR with BCP47: https://unicode-org.atlassian.net/browse/CLDR-15158
2022-01-29 20:27:24 +00:00
..
CMakeLists.txt LibUnicode: Create a nearly empty generator for relative-time formatting 2022-01-27 21:16:44 +00:00
GenerateUnicodeData.cpp LibUnicode: Generate code point abbreviations 2022-01-18 15:13:25 +00:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Remove extraneous semi-colons at end of generator functions 2022-01-27 21:16:44 +00:00
GenerateUnicodeLocale.cpp LibUnicode: Fill in case-first and numeric BCP47 keywords 2022-01-29 20:27:24 +00:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Generate per-locale minimum grouping digit values 2022-01-27 20:30:52 +00:00
GenerateUnicodeRelativeTimeFormat.cpp LibUnicode: Parse and generate relative-time format patterns 2022-01-27 21:16:44 +00:00
GeneratorUtil.h LibTimeZone: Add method to convert a time zone to a string 2022-01-11 00:36:45 +01:00