1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 14:05:09 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibUnicode
Timothy Flynn 8d35563f28 LibUnicode: Implement TR-35's localized GMT offset formatting
This adds an API to use LibTimeZone to convert a time zone such as
"America/New_York" to a GMT offset string like "GMT-5" (short form) or
"GMT-05:00" (long form).
2022-01-11 23:56:35 +01:00
..
CMakeLists.txt LibUnicode: Use LibTimeZone's list of time zone names 2022-01-08 12:45:34 +01:00
GenerateUnicodeData.cpp LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
GenerateUnicodeDateTimeFormat.cpp LibUnicode: Implement TR-35's localized GMT offset formatting 2022-01-11 23:56:35 +01:00
GenerateUnicodeLocale.cpp Meta: Support generating case-insensitive value-from-string methods 2022-01-11 00:36:45 +01:00
GenerateUnicodeNumberFormat.cpp Meta: Don't assume how each generator wants to generate keyed map names 2022-01-11 00:36:45 +01:00
GeneratorUtil.h LibTimeZone: Add method to convert a time zone to a string 2022-01-11 00:36:45 +01:00