Closed
Description
Description
CultureInfo.GetCultureInfo(1035).TextInfo.ANSICodePage returns 0 for .Net6 and returns 1252 for .Net5.
Reproduction Steps
-
Run this code with .net 6
https://docs.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo?view=net-6.0#examples -
Add myCItrad.TextInfo.ANSICodePage to code to see value.
Expected behavior
Same as .Net5, it should return 1252.
Actual behavior
returns 0.
Regression?
No response
Known Workarounds
No response
Configuration
No response
Other information
No response