mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibUnicode: Generate a list of available numbering systems
This commit is contained in:
parent
ebd33e580b
commit
481ced53d8
Notes:
sideshowbarker
2024-07-17 19:57:54 +09:00
Author: https://github.com/trflynn89
Commit: 481ced53d8
Pull-request: https://github.com/SerenityOS/serenity/pull/12223
Reviewed-by: https://github.com/linusg ✅
3 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,8 @@ enum class NumericSymbol : u8 {
|
|||
PlusSign,
|
||||
};
|
||||
|
||||
Span<StringView const> get_available_number_systems();
|
||||
|
||||
Optional<NumberSystem> number_system_from_string(StringView system);
|
||||
Optional<StringView> get_default_number_system(StringView locale);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue