I’m using *.properties files in my java/android applications for my translations files. My problem is that .properties files in eclipse escape utf-8 characters that are out of the ISO-8859-1 charset so I see the escaped characters. So I decided to make my own library that reads the file in utf-8 format. BUT eclipse still escapes characters. Is there any way to make eclipse handle *.properties files as normal text files??
I’m using *.properties files in my java/android applications for my translations files. My problem
Share
Right Click on the file, properties. Under “resource” tab , check for “Text File Encoding” at the bottom right and change that to UTF-8.