System.setProperty("file.encoding", "UTF-8")
But I still see only question marks.
Does anyone know what I should do to correctly println unicode characters?
Best regards,
Bruno
On Saturday, 16 June 2012 at 22:14, Simon Ochsenreither wrote:
Isn't that solely a platform problem? As far as I know Java picks up the encoding of the host system. I agree that running on unmaintained/niche systems with old/deprecated defaults can be a bit annoying because of that.