mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibUnicode: Use BCP 47 data to filter valid calendar names
This commit is contained in:
parent
71d86261c3
commit
70ede2825e
Notes:
sideshowbarker
2024-07-17 18:43:16 +09:00
Author: https://github.com/trflynn89
Commit: 70ede2825e
Pull-request: https://github.com/SerenityOS/serenity/pull/12558
4 changed files with 25 additions and 12 deletions
|
@ -91,7 +91,6 @@ StringView calendar_pattern_style_to_string(CalendarPatternStyle style)
|
|||
}
|
||||
}
|
||||
|
||||
Optional<Calendar> __attribute__((weak)) calendar_from_string(StringView) { return {}; }
|
||||
Optional<HourCycleRegion> __attribute__((weak)) hour_cycle_region_from_string(StringView) { return {}; }
|
||||
Vector<HourCycle> __attribute__((weak)) get_regional_hour_cycles(StringView) { return {}; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue