https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79280
--- Comment #2 from Jan Turoň ---
setlocale does some change, but still not right:
My system locale is cs_CZ, the default codepage is 1250, console uses 852. I
Have these results, considering this code:
const char *str = "ř";
mbtowc(&(a.w), str
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79280
Jan Turoň changed:
What|Removed |Added
Resolution|INVALID |WORKSFORME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79280
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|