mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 10:48:53 +00:00
LibUnicode: Do not assume time zones & meta zones have a 1-to-1 mapping
The generator parses metaZones.json to form a mapping of meta zones to time zones (AKA "golden zone" in TR-35). This parser errantly assumed this was a 1-to-1 mapping.
This commit is contained in:
parent
62d8d1fdfd
commit
6d7d9dd324
Notes:
sideshowbarker
2024-07-17 21:31:51 +09:00
Author: https://github.com/trflynn89
Commit: 6d7d9dd324
Pull-request: https://github.com/SerenityOS/serenity/pull/11669
Reviewed-by: https://github.com/linusg ✅
4 changed files with 83 additions and 10 deletions
|
@ -1,5 +1,6 @@
|
|||
set(TEST_SOURCES
|
||||
TestUnicodeCharacterTypes.cpp
|
||||
TestUnicodeDateTimeFormat.cpp
|
||||
TestUnicodeLocale.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue