mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
LibUnicode: Parse and generate scientific formatting rules
This commit is contained in:
parent
b019a7fe64
commit
30fbb7d9cd
2 changed files with 20 additions and 0 deletions
|
@ -95,6 +95,7 @@ enum class StandardNumberFormatType : u8 {
|
|||
Currency,
|
||||
Accounting,
|
||||
Percent,
|
||||
Scientific,
|
||||
};
|
||||
|
||||
enum class CompactNumberFormatType : u8 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue