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
auto loc = std::locale(".utf8");
使用vc-ltl编译,运行报错,不使用就不会报错
The text was updated successfully, but these errors were encountered:
你好,这是设计如此。因为msvcrt.dll内部代码就不支持 UTF8的区域。
如果必须依赖此功能,那么建议在VC-LTL中开启UCRT模式。也可以不使用VC-LTL,直接使用微软原版。
注意:这将导致VC-LTL编译的程序依赖ucrt运行时。
Sorry, something went wrong.
No branches or pull requests
auto loc = std::locale(".utf8");
使用vc-ltl编译,运行报错,不使用就不会报错
The text was updated successfully, but these errors were encountered: