P
Philipp Thomas
Now I'm googling about the right ? in setlocale(LC_CTYPE, "de_DE.?")
based upon the charmap screenshot.
You don't set it to a particular locale but simply call
setlocale(LC_CTYPE, "") to set the locale to whatever is set in your
environment.
Philipp