ladybird/Tests/LibUnicode
Timothy Flynn bdf02c21e1 LibUnicode: Swap the preferred order of standard time zone display names
Our generator is currently preferring the DST variant of the time zone
display names over the non-DST variant. LibTimeZone currently does not
have DST support, and operates in a mode that basically assumes DST does
not exist. Swap the display names for now just to be consistent until we
have DST support.

Note we will need to generate both of these variants and select the
appropriate one at runtime once we have DST support.
2022-01-12 15:43:12 +01:00
..
CMakeLists.txt LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mapping 2022-01-06 22:28:01 +01:00
TestUnicodeCharacterTypes.cpp LibUnicode: Support code point names that apply to ranges of code points 2021-11-30 11:24:02 +01:00
TestUnicodeDateTimeFormat.cpp LibUnicode: Swap the preferred order of standard time zone display names 2022-01-12 15:43:12 +01:00
TestUnicodeLocale.cpp LibUnicode: Support locales-without-script aliases for ECMA-402 2021-11-19 11:45:35 +01:00