Home  >  Article  >  Java  >  Solution to Java program displaying garbled characters in Chinese

Solution to Java program displaying garbled characters in Chinese

angryTom
angryTomOriginal
2020-02-04 09:26:3126919browse

Solution to Java program displaying garbled characters in Chinese

Solution to Java program displaying garbled characters in Chinese

Sometimes we use an editor to write java code and it will be saved in utf-8 format by default. When there is Chinese in the code, the following garbled characters will appear:

Solution to Java program displaying garbled characters in Chinese

The solution is very simple, just change the encoding of the file Just format.

The specific implementation steps are as follows:

1. Use Notepad to open the source code file, click File - Save as

Solution to Java program displaying garbled characters in Chinese

2. In the encoding settings, change utf-8 to ANSI

Solution to Java program displaying garbled characters in Chinese

# #3. Compile and run again, the result will be displayed normally and no longer garbled characters

Solution to Java program displaying garbled characters in Chinese

Recommended related articles and tutorials:

java introductory tutorial

The above is the detailed content of Solution to Java program displaying garbled characters in 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