I want to write \"Arabic\" in the message resource bundle (properties) file but when I try to save it I get this error:
\"Save couldn\'t be completed Some characters
new String(ret.getBytes("ISO-8859-1"), "UTF-8"); worked for me. property file saved in ISO-8859-1 Encodiing.
new String(ret.getBytes("ISO-8859-1"), "UTF-8");