mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:17:45 +00:00
LibUnicode: Parse and generate standard decimal formatting rules
This commit is contained in:
parent
feb8c22a62
commit
bffd73e0d4
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