ladybird/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 89ead8c00a LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR package
We have a fair amount of hard-coded keywords / aliases that can now be
replaced with real data from BCP 47. As a result, the also changes the
awkward way we were previously generating keys. Before, we were more or
less generating keywords as a CSV list of keys, e.g. for the "nu" key,
we'd generate "latn,arab,grek" (ordered by locale preference). Then at
runtime, we'd split on the comma. We now just generate spans of keywords
directly.
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: Port the CLDR date format generator to the stream API 2022-02-14 11:39:46 -05:00
GenerateUnicodeLocale.cpp LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR package 2022-02-16 07:23:07 -05:00
GenerateUnicodeNumberFormat.cpp LibUnicode: Port the CLDR number format generator to the stream API 2022-02-14 11:39:46 -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: Port the CLDR locale generator to the stream API 2022-02-14 11:39:46 -05:00