https://bugs.winehq.org/show_bug.cgi?id=46842
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com --- With current wine/win7/en_US.UTF-8 test program gives me:
--- Properties of NumberFormat.CurrentInfo object: CurrencyDecimalDigits: 2 CurrencyDecimalSeparator: . IsReadOnly: True CurrencyGroupSizes: { 3 } NumberGroupSizes: { 3 } PercentGroupSizes: { 3 } CurrencyGroupSeparator: , CurrencySymbol: $ NaNSymbol: NaN CurrencyNegativePattern: 0 NumberNegativePattern: 1 PercentPositivePattern: 1 PercentNegativePattern: 1 NegativeInfinitySymbol: -∞ NegativeSign: - NumberDecimalDigits: 2 NumberDecimalSeparator: . NumberGroupSeparator: , CurrencyPositivePattern: 0 PositiveInfinitySymbol: ∞ PositiveSign: + PercentDecimalDigits: 2 PercentDecimalSeparator: . PercentGroupSeparator: , PercentSymbol: % PerMilleSymbol: % NativeDigits: { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 } DigitSubstitution: None ---
So at least missing fields are returned now. Will try parsing example from comment 4 now.