I am using Html parser ver.2 to parse the output retrieved from Servlets outputstream.
The output is used to create a PDF(using pdflib 7.0.2).
I also have some special characters(German-scandivian characters) such as small 'a' with acute accent(SGML Entity code - á). When I try to parse the cell contents, it cannot convert the code to relevant character and displays as á I have struggled a lot with charset and encoding, without any result.
Could you please let me know, if there is a way to get the actual characters?
Any help would be much appreciated.
Thanks and Regards,
winlin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am using Html parser ver.2 to parse the output retrieved from Servlets outputstream.
The output is used to create a PDF(using pdflib 7.0.2).
I also have some special characters(German-scandivian characters) such as small 'a' with acute accent(SGML Entity code - á). When I try to parse the cell contents, it cannot convert the code to relevant character and displays as á I have struggled a lot with charset and encoding, without any result.
Could you please let me know, if there is a way to get the actual characters?
Any help would be much appreciated.
Thanks and Regards,
winlin