ladybird/Userland/Libraries/LibUnicode
Timothy Flynn 126a3fe180 LibUnicode: Add minimal support for generic & offset-based time zones
ECMA-402 now supports short-offset, long-offset, short-generic, and
long-generic time zone name formatting. For example, in the en-US locale
the America/Eastern time zone would be formatted as:

    short-offset: GMT-5
    long-offset: GMT-05:00
    short-generic: ET
    long-generic: Eastern Time

We currently only support the UTC time zone, however. Therefore, this
very minimal implementation does not consider GMT offset or generic
display names. Instead, the CLDR defines specific strings for UTC.
2022-01-03 15:11:59 +01:00
..
CharacterTypes.cpp LibUnicode: Dynamically load the generated UnicodeData symbols 2021-12-21 13:09:49 -08:00
CharacterTypes.h LibUnicode: Support code point names that apply to ranges of code points 2021-11-30 11:24:02 +01:00
CMakeLists.txt LibUnicode: Remove linkage from LibUnicode to LibUnicodeData 2021-12-21 13:09:49 -08: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: Add minimal support for generic & offset-based time zones 2022-01-03 15:11:59 +01:00
DateTimeFormat.h LibUnicode: Add minimal support for generic & offset-based time zones 2022-01-03 15:11:59 +01:00
Forward.h LibUnicode: Add missing forward declarations to forwarding header 2021-12-21 13:09:49 -08:00
Locale.cpp LibUnicode: Dynamically load the generated UnicodeLocale symbols 2021-12-21 13:09:49 -08:00
Locale.h LibUnicode: Remove declaration of function which moved to another header 2021-12-21 13:09:49 -08:00
NumberFormat.cpp LibUnicode: Dynamically load the generated UnicodeNumberFormat symbols 2021-12-21 13:09:49 -08:00
NumberFormat.h LibJS+LibUnicode: Generate unique numeric symbol lists 2021-12-11 14:17:47 +00:00
UnicodeSymbols.cpp LibUnicode: Dynamically load the generated UnicodeDateTimeFormat symbols 2021-12-21 13:09:49 -08:00
UnicodeSymbols.h LibUnicode: Dynamically load the generated UnicodeDateTimeFormat symbols 2021-12-21 13:09:49 -08:00