On Mon, 29 Oct 2012, jonmikelm wrote:
¿Is there a way to tell POI that it is reading a CP1252 encoded file?

The files should include that information

¿Does POI take care of encodings or it just takes them from the enviroment
values?

POI turns bytes into Java Strings based on the info in the files

I don't get on well with encodings, they always make me loose a lot of
time...

Make sure you're *output* is correct. Most POI encoding confusion is actually people printing out debug, html etc in the wrong encoding!

Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to