We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non-english output may look like this it would be nice to get localized text
The text was updated successfully, but these errors were encountered:
Ooh, that does look like some pretty bad mojibake.... let's see if we can't clean that up a little bit.
What's your locale, so I can test locally?
Sorry, something went wrong.
setlocale(LC_ALL, ""); cout << "LC_ALL: " << setlocale(LC_ALL, NULL) << endl; cout << "LC_CTYPE: " << setlocale(LC_CTYPE, NULL) << endl;
this gives me
LC_ALL: Russian_Russia.1251 LC_CTYPE: Russian_Russia.1251
btw I don't know what is hidden
Given that I get
OS: Name : Windows NT Full name: Microsoft Windows 10 Home Version : 10.0.14393 build 693
it's "Микрософт" probably?
Looks like this
ThePhD
No branches or pull requests
non-english output may look like this
it would be nice to get localized text
The text was updated successfully, but these errors were encountered: