当前位置:网站首页>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 .
边栏推荐
猜你喜欢

Support liuhaiping

Microsoft SQL Server database language and function usage (XII)

Behind the rapid growth, Huawei cloud Wulanchabu data center is the green way

QT based software framework design

leetcode:51. N 皇后

Online XML to CSV tool
Say no to blackmail virus, it's time to reshape data protection strategy

Design of digital oscilloscope based on arm and FPGA -- QMJ

SQL multi condition query cannot be implemented

ThinkPHP realizes database backup
随机推荐
三层交换机配置MSTP协议详解【华为eNSP实验】
Force deduction exercise - 29 complete the array as required
生信识图 之 点图基础
[function test] test of the project - login and post function
Learn some programming: anti unemployment "vaccine"
Buckle exercise - 35 combination sum II
Force deduction exercise - the sum of the kth smallest array in the 21 ordered matrix
Error: [synth 8-439] module 'xxx' not found not found error solution
如何使用autofs挂载NFS共享
leecode-268. 丢失的数字(异或的应用,找没有出现的数字,找只出现一次的数字)
Examples of map search
Buckle practice - 30 set the intersection size to at least 2
nacos部署
Use abp Zero builds a third-party login module (III): web side development
Is there any entrepreneurship project suitable for one person in the early stage of 2W and 3W? Is it OK to be we media?
计算两个坐标经纬度之间的距离(5种方式)
Buckle practice - maximum number of 28 splices
QT notes - qtablewidget table spanning tree, qtreewidget tree node generates table content
【Rust】引用和借用,字符串切片 (slice) 类型 (&str)——Rust语言基础12
How to render millions of 2D objects smoothly with webgpu?