mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:48:11 +00:00
LibUnicode: Generate per-locale approximately & range separator symbols
This commit is contained in:
parent
33d74fb9ce
commit
b2709f161e
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