Home > Article > Software Tutorial > What to do if eclipse is garbled? What to do if eclipse is garbled?
Abstract: Are you troubled by the Chinese garbled problem that occurs in Eclipse development? PHP editor Xiaoxin analyzes the root causes of Chinese garbled characters for you in a simple and easy-to-understand manner. From character encoding to font settings, we'll explore solutions one by one. We present you with a simple and easy method to give your Eclipse development environment a completely new look and say goodbye to the trouble of garbled code.
First, open the Eclipse software, select the project and click [right mouse button]->[Properties] function.
Then, set the code encoding to [UTF-8] in [Resource]->[Text file encoding].
Finally, click [Apply] to solve the garbled problem of the Eclipse project.
The above is the detailed content of What to do if eclipse is garbled? What to do if eclipse is garbled?. For more information, please follow other related articles on the PHP Chinese website!