https://bugs.winehq.org/show_bug.cgi?id=46842
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|C# double.TryParse( |C# 'double.TryParse( |String.Empty, out number) |String.Empty, out number)' |succeeds with .NET |incorrectly succeeds with |Framework 4.0 when it |.NET Framework 4.0 and |should not |WinVer set to 'Windows 7' Resolution|--- |FIXED Status|NEW |RESOLVED Hardware|x86 |x86-64 Fixed by SHA1| |e14249a364311c138439b16f3f7 | |9586a18a05f7b Keywords| |testcase
--- Comment #17 from Anastasius Focht focht@gmx.net --- Hello folks,
this was fixed by commits:
* https://source.winehq.org/git/wine.git/commitdiff/e14249a364311c138439b16f3f... ("kernel32/nls: Add locale data for positive and negative infinity.")
* https://source.winehq.org/git/wine.git/commitdiff/5d2914b2c2386b8ccc9cfcd16f... ("kernel32/nls: Add percent formatting values.")
* https://source.winehq.org/git/wine.git/commitdiff/ce82e5e883f4e3bc79d5b2dc15... ("kernel32/nls: Add LOCALE_SPERMILLE data.")
* https://source.winehq.org/git/wine.git/commitdiff/c9b135cc8888025d7d2dc613c2... ("kernel32/nls: Add LOCALE_SPERCENT locale data.")
Part of Wine 4.13
Thanks Nikolay
$ wine --version wine-4.21-413-g750d382f54
Regards