Hi Benjamin,
2009/2/3 Benjamin Bentmann <
benjamin.bentmann@...>:
> I didn't have a closer look at the code that reads these properties but
> assuming it's Properties.load(InputStream) [0], this should be ISO-8859-1 or
> maybe only ASCII (cf. MSITE-287), shouldn't it?
You right.
Initially, the code used the plateform encoding, I started to fix it
in r740164 using Reader/WriterFactory classes. This commit could be
revert now.
Cheers,
Vincent