1
Fork 0
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:
Timothy Flynn 2021-11-14 08:35:10 -05:00 committed by Linus Groh
parent b019a7fe64
commit 30fbb7d9cd
2 changed files with 20 additions and 0 deletions

View file

@ -95,6 +95,7 @@ enum class StandardNumberFormatType : u8 {
Currency,
Accounting,
Percent,
Scientific,
};
enum class CompactNumberFormatType : u8 {