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

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -