Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What about the garbled code of the vscode terminal?

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article is to share with you about how to deal with garbled codes in vscode terminals. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look.

The VS Code default file is encoded as UTF-8, and the generated executable file is also encoded by UTF-8, but the system code is GB2312, so there is a problem with the display of Chinese in the program.

Solution: use the gcc compilation option to modify the executable file encoding format:-fexec-charset=utf-8

"code-runner.executorMap": {"c": "clear & & cd $dir & & gcc-fexec-charset=gbk $fileName-o.\ out\\ $fileNameWithoutExt & &.\\ out\\ $fileNameWithoutExt",}

Check the system code: enter chcp under dos to get the code page information, https://blog.csdn.net/zp357252539/article/details/79084480

Thank you for reading! On the vscode terminal garbled code how to share here, I hope the above content can be of some help to you, so that you can learn more knowledge. If you think the article is good, you can share it and let more people see it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report