java - Cyrillic symbols in Eclipse -


i writing java program gui have cyrillic text in labels. when create label jlabel lbl = new jlabel("Име на обект"); fine , when program starts displayed. changed pc working on , copied project home pc. on system, cyrillic text in code looks jlabel lbl = new jlabel("РћС‚ Дата:*"); , displayed in same way when program runs. how can make eclipse show cyrillic text normal again?

i have same issue :)

delete file. copy same file again. don't open file. right click on file --> properties. resource --> text file encoding --> check "other" utf-8. open file.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -