I’ve checked it with Emacs and a tool I wrote myself. They both failed to encode umlauts.
Is something wrong?
I can’t believe cp936 does not include German umlauts.
In my tool, ß was encoded as 0x3f which is ACSII value of ‘?’.
enter image description here
enter image description here
I try to pass arguments which contains umlauts to a program.
And it ends up Windows 10 always used cp936 to encode those arguments and naturally failed every time.
I don’t want to the language setting other than Simple Chinese, otherwise many other applications will display incorrectly.
Stephen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.