Home  >  Article  >  Development Tools  >  Solve the problem that the encoding in the vscode project does not recognize Chinese

Solve the problem that the encoding in the vscode project does not recognize Chinese

王林
王林Original
2019-12-07 18:09:206597browse

Solve the problem that the encoding in the vscode project does not recognize Chinese

The lower right corner of the vs code interface displays the character source code used to parse the current file (the default is UTF-8), click there

Solve the problem that the encoding in the vscode project does not recognize Chinese

The default file character encoding of vscode is utf-8. This property can be modified in user settings, such as: files.encoding":"gbk"

Complete!

Recommended related article tutorials :vscode tutorial

The above is the detailed content of Solve the problem that the encoding in the vscode project does not recognize Chinese. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn