Skip to content


Closed SortedProperties doesn't properly managed store encoding
nuiton / maven-helper-plugin #46 · created by Tony Chemit
store is not properly implemented, the flas escUnicode is always true. Even we provide a Writer with given encoding, the escUnicode flag will generate an ASCII file (default Properties encoding). We ...
updated
Closed Plugin encoding parameter is not properly managed
nuiton / i18n #72 · created by Tony Chemit
Even if encoding is set to UTF-8, resulting properties file will stay in default ISO-8859-1 format. With JDK1.6 it's possible to use Writer and given specific encoding to save those files. SortedProp...
updated