Unable to create a file with foreign language characters

Viewed 38453

I get the following error, when trying to save a properties file (containing name/value pairs) with foreign language characters. How do I set the encoding?

Save could not be completed. Some characters cannot be mapped using "Cp1252" character encoding. Either change the encoding or remove the characters which are not supported by the "Cp1252" character encoding.

5 Answers

Fist copy the file and delete that file and then cleat your code in the eclipse after

create file with same content and rewrite the code it will resolve.

Related