mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-11 18:20:43 +09:00
LibUnicode: Generate per-locale approximately & range separator symbols
This commit is contained in:
parent
33d74fb9ce
commit
b2709f161e
Notes:
sideshowbarker
2024-07-17 08:44:24 +09:00
Author: https://github.com/trflynn89
Commit: b2709f161e
Pull-request: https://github.com/SerenityOS/serenity/pull/14631
Reviewed-by: https://github.com/linusg ✅
2 changed files with 21 additions and 0 deletions
|
@ -47,6 +47,7 @@ struct NumberFormat {
|
|||
};
|
||||
|
||||
enum class NumericSymbol : u8 {
|
||||
ApproximatelySign,
|
||||
Decimal,
|
||||
Exponential,
|
||||
Group,
|
||||
|
@ -55,6 +56,7 @@ enum class NumericSymbol : u8 {
|
|||
NaN,
|
||||
PercentSign,
|
||||
PlusSign,
|
||||
RangeSeparator,
|
||||
TimeSeparator,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue