Home > Article > Development Tools > How to solve garbled Chinese characters in vscode
Garbled characters refer to a series of characters in which some or all characters cannot be read because the local computer uses an inconsistent character set when opening the source file with a text editor.
Solution to garbled Chinese characters on vscode:
Select menu [file] --> [Option]--> [Settings] --> [Search settings] " files.autoGuessEncoding" --> Just check it.
Recommended learning: vscode tutorial
The above is the detailed content of How to solve garbled Chinese characters in vscode. For more information, please follow other related articles on the PHP Chinese website!