Closed GoogleCodeExporter closed 8 years ago
The following solves the problem for me:
new InputStreamReader(inputStream, "UTF-8")
instead of
new InputStreamReader(inputStream)
Original comment by thomas.t...@gmail.com
on 27 Nov 2007 at 2:38
Sorry, I saw it's already fixed in the latest source code ;-)
Original comment by thomas.t...@gmail.com
on 27 Nov 2007 at 2:40
No problem. 0.24 should contain this fix.
Original comment by rich.mid...@gmail.com
on 1 Dec 2007 at 11:35
Original issue reported on code.google.com by
thomas.t...@gmail.com
on 27 Nov 2007 at 2:03