mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibUnicode: Parse and generate scientific formatting rules
This commit is contained in:
parent
b019a7fe64
commit
30fbb7d9cd
Notes:
sideshowbarker
2024-07-18 01:08:55 +09:00
Author: https://github.com/trflynn89
Commit: 30fbb7d9cd
Pull-request: https://github.com/SerenityOS/serenity/pull/10921
Reviewed-by: https://github.com/linusg ✅
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