1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 22:17:45 +00:00

LibUnicode: Parse and generate standard decimal formatting rules

This commit is contained in:
Timothy Flynn 2021-11-10 09:50:31 -05:00 committed by Linus Groh
parent feb8c22a62
commit bffd73e0d4
2 changed files with 11 additions and 1 deletions

View file

@ -79,6 +79,7 @@ struct LocaleID {
};
enum class StandardNumberFormatType : u8 {
Decimal,
Percent,
};