mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 06:37:52 +00:00
LibUnicode: Generate a list of available numbering systems
This commit is contained in:
committed by
Linus Groh
parent
ebd33e580b
commit
481ced53d8
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user