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
Post a Comment