1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 5c57341672 LibUnicode: Create a nearly empty generator for date-time formatting
Similar to number formatting, the data for date-time formatting will be
located in its own generated file. This extracts the cldr-dates package
from the CLDR and sets up the generator plumbing to create the date-time
data files.
2021-11-29 22:48:46 +00:00
..
CMakeLists.txt LibUnicode: Create a nearly empty generator for date-time formatting 2021-11-29 22:48:46 +00:00
GenerateUnicodeData.cpp LibUnicode: Port GenerateUnicodeData to ErrorOr and LibMain 2021-11-23 22:58:05 +01:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Create a nearly empty generator for date-time formatting 2021-11-29 22:48:46 +00:00
GenerateUnicodeLocale.cpp LibUnicode: Port generator utility methods to ErrorOr 2021-11-23 22:58:05 +01:00
GenerateUnicodeNumberFormat.cpp LibJS+LibUnicode: Separate number formatting methods from Locale.h 2021-11-29 22:48:46 +00:00
GeneratorUtil.h LibUnicode: Port generator utility methods to ErrorOr 2021-11-23 22:58:05 +01:00