为什么表情符号在 Windows 终端中显示不正确?

发布于 2025-01-09 02:40:41 字数 159 浏览 1 评论 0原文

我尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文