LibUnicode: Parse and generate compact currency formatting rules

This commit is contained in:
Timothy Flynn 2021-10-25 12:25:48 -04:00 committed by Linus Groh
commit 4317a1b552
Notes: sideshowbarker 2024-07-18 01:15:34 +09:00
2 changed files with 18 additions and 1 deletions

View file

@ -81,6 +81,7 @@ struct LocaleID {
enum class CompactNumberFormatType : u8 {
DecimalLong,
DecimalShort,
CurrencyShort,
};
struct NumberFormat {