osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Support loading UTF-8 encoded properties file before Java 9 #244

Open greenlaw110 opened 3 years ago

greenlaw110 commented 3 years ago

Improve IO.loadProperties(...) method to support loading UTF-8 encoded properties file. The encoding is dominated by -java.util.PropertyResourceBundle.encoding system property.