为什么表情符号在 Windows 终端中显示不正确?
我尝试使用 C++ 输出表情符号,下面是代码。我在 VS Code 中写的。
#include <iostream>
int main() {
std::cout << "
I try to use C++ to output a emoji and below is the code. I wrote this in VS Code.
#include <iostream>
int main() {
std::cout << "????";
return 0;
}
Then I try to compile this code with Clang++ and get a .exe file. But when I run the .exe file in Windows Terminal it doesn't display correctly.
Below is what I get when I run the file.
PS C:\Users\26354> D:\Code_exercise\Assignment\Class\Bin\Temp.exe
馃槉
PS:
Clang version 13.0.1
Target: x86_64-pc-windows-msvc
Windows Terminal Version: 1.12.10393.0
VS Code Version: 1.64.2
Windows Version: Windows 10 Pro 21H2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论