mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibUnicode: Upgrade to CLDR version 41.0.0
Release notes: https://cldr.unicode.org/index/downloads/cldr-41 Note that the HourCycleRegion enum now contains 272 entires, thus needs to be bumped from u8 to u16.
This commit is contained in:
parent
6a4fdae575
commit
1f2542247f
Notes:
sideshowbarker
2024-07-17 14:18:30 +09:00
Author: https://github.com/trflynn89
Commit: 1f2542247f
Pull-request: https://github.com/SerenityOS/serenity/pull/13537
Reviewed-by: https://github.com/linusg ✅
2 changed files with 3 additions and 7 deletions
|
@ -23,7 +23,7 @@ enum class Era : u8;
|
|||
enum class GeneralCategory : u8;
|
||||
enum class GraphemeBreakProperty : u8;
|
||||
enum class HourCycle : u8;
|
||||
enum class HourCycleRegion : u8;
|
||||
enum class HourCycleRegion : u16;
|
||||
enum class Key : u8;
|
||||
enum class KeywordCalendar : u8;
|
||||
enum class KeywordColCaseFirst : u8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue