Cyrillic symbols in Eclipse

2019-07-24 09:58发布

I am writing a Java program with a GUI that will have Cyrillic text in some labels. When I create label JLabel lbl = new JLabel("Име на обект"); everything is fine and when my program starts it is also properly displayed. But I changed the PC I was working on and copied my project to my home PC. On that system, all Cyrillic text in my code now looks like JLabel lbl = new JLabel("РћС‚ Дата:*"); and is displayed in the same way when the program runs. How can I make Eclipse show my Cyrillic text normal again?

1条回答
Anthone
2楼-- · 2019-07-24 10:13

i have the same issue :)

Delete the file. Copy the same file again. Don't open the file. Right Click on the file --> Properties. Resource --> Text file encoding --> check "Other" with UTF-8. Open the file.

查看更多
登录 后发表回答