1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 10:15:07 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn bf677eb485 LibUnicode: Generate both standard and daylight time zone names
While LibTimeZone didn't support DST, we only generated one of them,
preferring the standard name. Now that DST can be tested, generate both
names.
2022-01-19 21:20:41 +00:00
..
CMakeLists.txt LibUnicode: Use LibTimeZone's list of time zone names 2022-01-08 12:45:34 +01:00
GenerateUnicodeData.cpp LibUnicode: Generate code point abbreviations 2022-01-18 15:13:25 +00:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Generate both standard and daylight time zone names 2022-01-19 21:20:41 +00:00
GenerateUnicodeLocale.cpp LibUnicode: Do not limit language display names to known locales 2022-01-13 23:05:31 +01:00
GenerateUnicodeNumberFormat.cpp LibJS+LibUnicode: Make static const Utf8View variables constexpr 2022-01-17 14:46:07 +00:00
GeneratorUtil.h LibTimeZone: Add method to convert a time zone to a string 2022-01-11 00:36:45 +01:00