mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +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
|
@ -35,7 +35,7 @@ enum class ScriptTag : u8;
|
|||
enum class StandardNumberFormatType : u8;
|
||||
enum class Style : u8;
|
||||
enum class Territory : u8;
|
||||
enum class TimeZone : u8;
|
||||
enum class TimeZone : u16;
|
||||
enum class Weekday : u8;
|
||||
enum class WordBreakProperty : u8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue