Problem with encoding.
in
Programming Questions
•
3 years ago
Hi this is my first post here. I have the next problem. I have to generate a PDF from a CSV file my user gets from another application (Mail merge doesn't work here because the data has to be interpreted not just presented in a pretty way), the issue is that the CSV uses latin1 as encoding and processing native methods for reading lines assume utf8, I've used the regular Java methods for reading files (those allow me to set the encoding of input) but the file won't open because it can't be found (not even using the whole path). I'm stuck and the only missing feature of my applet is the annoying lack of accentuated characters, Has anyone encountered a similar problem or has a solution? thanks.
1