mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
LibUnicode: Parse and generate standard decimal formatting rules
This commit is contained in:
parent
feb8c22a62
commit
bffd73e0d4
Notes:
sideshowbarker
2024-07-18 01:15:27 +09:00
Author: https://github.com/trflynn89
Commit: bffd73e0d4
Pull-request: https://github.com/SerenityOS/serenity/pull/10873
Reviewed-by: https://github.com/linusg
2 changed files with 11 additions and 1 deletions
|
@ -79,6 +79,7 @@ struct LocaleID {
|
|||
};
|
||||
|
||||
enum class StandardNumberFormatType : u8 {
|
||||
Decimal,
|
||||
Percent,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue