mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:27:35 +00:00
LibUnicode: Parse and generate standard currency formatting rules
This commit is contained in:
parent
bffd73e0d4
commit
967afc1b84
2 changed files with 14 additions and 4 deletions
|
@ -80,6 +80,7 @@ struct LocaleID {
|
|||
|
||||
enum class StandardNumberFormatType : u8 {
|
||||
Decimal,
|
||||
Currency,
|
||||
Percent,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue