[Solved] How can i add latin5 character?
Javadoc of Properties.load(InputStream inStream) says: The input stream is in a simple line-oriented format as specified in load(Reader) and is assumed to use the ISO 8859-1 character encoding; that is each byte is one Latin1 character. Characters not in Latin1, and certain special characters, are represented in keys and elements using Unicode escapes as defined … Read more