java - How to use Latin letters in Eclipse? -


i have text in progressdialog, , other places , after save , run on phone works fine. restart eclipse situation on screenshot below:

enter image description here

how make eclipse remember suppose be?

right click on project , select properties. click on resource, , change text file encoding utf-8 or else support characters want use.

to change default encoding setting .java files (or other file types), go window > preferences > content types. under text, select java source file. set default encoding want.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -