Hello, I decided to publish this short post about how to store Java resources as UTF .properties file. First of all, by default, Java reads and writes .properties files using ISO 8859-1 character coding with support of UNICODE escapes. This makes possible to store any UNICODE text but it is very inconvenient to edit text [...]