Openfire
Openfire copied to clipboard
OF-2889: i18n properties: don't convert from UTF-8 to Latin1
https://igniterealtime.atlassian.net/jira/software/c/projects/OF/issues/OF-2889
Currently the properties files are stored in the UTF-8 and then converted to escaped ISO 8859-1 encoding because use the UTF8 wasn’t properly supported prior Java 9.
Now this is not needed and we can simplify the build.
Rebased.