show/hide this revision's text 3 added 6 characters in body

I think it has to do with the CodePage of the Encoding you are using. In particular see SetConsoleOutputCP Function. I don't know much more, sorry.

Edit: I reported the reference to the SetConsoleOutputCP because this function is internally called (through PInvoke) by the (set operation of) Console.EncodingConsole.OutputEncoding.

show/hide this revision's text 2 added information

I think it has to do with the CodePage of the Encoding you are using. In particular see SetConsoleOutputCP Function. I don't know much more, sorry.

Edit: I reported the reference to the SetConsoleOutputCP because this function is internally called (through PInvoke) by the (set operation of) Console.Encoding.

show/hide this revision's text 1

I think it has to do with the CodePage of the Encoding you are using. In particular see SetConsoleOutputCP Function. I don't know much more, sorry.