Re: [Simple-support] Encoding of characters
Brought to you by:
niallg
|
From: Timo R. <cr...@ol...> - 2008-02-04 20:23:07
|
Hello Niall,
> You can do the following do deserialize.
> Object x = new Persister().read(new
> FileInputStream("file.xml"), "UTF-8")
> This will read the file in UTF-8. There should be no issues. I have
> a test case for this also. Let me know if you still see the issue,
> it should work fine.
It works - thanks a lot for your help!
Regards,
Timo
|