ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 63c3437274 LibUnicode: Use BCP 47 data to generate available calendars and numbers
BCP 47 will be the single source of truth for known calendar and number
system keywords, and their aliases (e.g. "gregory" is an alias for
"gregorian"). Move the generation of available keywords to where we
parse the BCP 47 data, so that hard-coded aliases may be removed from
other generators.
2022-02-16 07:23:07 -05:00
..
CMakeLists.txt LibUnicode: Create a nearly empty generator for relative-time formatting 2022-01-27 21:16:44 +00:00
GenerateUnicodeData.cpp Meta+LibUnicode: Download and parse Unicode block properties 2022-02-15 10:13:19 -05:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00
GenerateUnicodeLocale.cpp LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00
GenerateUnicodeRelativeTimeFormat.cpp LibUnicode: Port the CLDR time format generator to the stream API 2022-02-14 11:39:46 -05:00
GeneratorUtil.h LibUnicode: Use BCP 47 data to generate available calendars and numbers 2022-02-16 07:23:07 -05:00