1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Userland/Libraries/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
..
CharacterTypes.cpp LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
CharacterTypes.h LibUnicode: Convert UnicodeData to link with weak symbols 2022-01-04 22:49:43 +00:00
CMakeLists.txt LibUnicode: Implement TR-35's localized GMT offset formatting 2022-01-11 23:56:35 +01:00
CurrencyCode.cpp LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
CurrencyCode.h LibUnicode: Add some data related to currency codes 2021-09-11 11:05:50 +01:00
DateTimeFormat.cpp LibUnicode: Implement TR-35's localized GMT offset formatting 2022-01-11 23:56:35 +01:00
DateTimeFormat.h LibUnicode: Implement TR-35's localized GMT offset formatting 2022-01-11 23:56:35 +01:00
Forward.h LibUnicode: Use LibTimeZone's list of time zone names 2022-01-08 12:45:34 +01:00
Locale.cpp LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols 2022-01-04 22:49:43 +00:00
Locale.h LibJS+LibUnicode: Convert UnicodeLocale to link with weak symbols 2022-01-04 22:49:43 +00:00
NumberFormat.cpp LibUnicode: Add an API to retrieve a locale's default numbering system 2022-01-11 23:56:35 +01:00
NumberFormat.h LibUnicode: Add an API to retrieve a locale's default numbering system 2022-01-11 23:56:35 +01:00