.NET 8 and UTF-8 on Windows #3237
dodexahedron
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One of the things .net 8 did was enabling windows console to be UTF-8 natively, in .net apps.
https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/8.0/console-encoding
Just wanted to be sure everyone was aware of this, since it represents a potentially significant opportunity to simplify some things, since UTF-16 isn't required on Windows any more.
Beta Was this translation helpful? Give feedback.
All reactions