当前位置:网站首页>Vscode solves the problem of terminal Chinese garbled code
Vscode solves the problem of terminal Chinese garbled code
2022-07-24 12:35:00 【Cwiyc】
VSCODE Solve the problem of Chinese garbled code on the terminal
vscode The terminal of the calling system is also provided by the calling system cmd, commonly cmd The coding format used is gbk, and vscode The default encoding format is UTF-8, So there will be garbled code , So how to modify cmd/vscode The coding format of the terminal ?
Input... At the terminal chcp 65001
After input, the following figure will appear , Indicates that the coding format of the current code page has been changed to utf-8 了 , You can right-click the blank space of the command box and click properties to view , But it will recover after closing the terminal gbk, So this is only a short-term modification .

As for the permanent modification , Need to find Command Processor This thing , But I can't find it in my computer , So I can't /doge. You can have a look if you are interested original text .
边栏推荐
- Snowflake algorithm (PHP)
- The biggest crisis for testers in the workplace is not at the age of 30, but being laid off in middle age
- 微信小程序-绘制仪表盘
- Learn some programming: anti unemployment "vaccine"
- 三层交换机配置MSTP协议详解【华为eNSP实验】
- C Advanced - data storage
- How to find out the function calling process of complex code running as soon as possible
- 字符串匹配的KMP
- What is prescaler in STM32
- [leetcode]- linked list-3
猜你喜欢

高速成长的背后,华为云乌兰察布数据中心的绿色之道

Use abp Zero builds a third-party login module (4): wechat applet development

Use typeface to set the text font of textview

Reserved instances & Savings Plans

Zhihuihuayun | cluster log dynamic collection scheme

What is prescaler in STM32

C Advanced - data storage

从零实现深度学习框架——再探多层双向RNN的实现

QT notes - qtxml

【功能测试】项目的测试——登录和发布文章功能
随机推荐
Why is there discontinuity in MySQL auto increment primary key?
Buckle practice - 30 set the intersection size to at least 2
以Chef和Ansible为例快速入门服务器配置
有没有2、3w前期适合一个人干的创业项目呢?做自媒体可以吗?
How to eliminate the character set and sorting rules specially set for fields in MySQL tables?
Buckle exercise - 32 divided into k equal subsets
[rust] Why do I suggest you learn rust | a preliminary study of rust
QT notes - qtablewidget table spanning tree, qtreewidget tree node generates table content
Buckle practice - 31 effective tic tac toe games
Most after analyze table in PostgreSQL_ common_ Why is the elems field not filled in?
Reserved instances & Savings Plans
Okaleido tiger NFT is about to log in to binance NFT platform
Correct use of qwaitcondition
[rust] rust language foundation | you should quickly get an impression when learning a language
Snowflake algorithm (PHP)
Detailed explanation of MSTP protocol for layer 3 switch configuration [Huawei ENSP experiment]
三层交换机配置MSTP协议详解【华为eNSP实验】
String matching KMP
Summary of MySQL database combined with actual SQL optimization of the project
从零实现深度学习框架——再探多层双向RNN的实现