I'm building a simple Struts application. My database contains data in Czech encoding (cp1250 unless I'm wrong). This means some special characters like řžý.
On the screen, everything looks good, all the special symbols are displayed properly (I know the mechanisms are different, I just want to say it is not a corrupted data isssue). However, when I export the data to Excel, all special symbols are replaced by ?. When I export to pdf, those symbols are skipped.
Did anyone have the same problem and more importantly, did anyone find/know a solution for this?
Thanks a lot,
Honza
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm building a simple Struts application. My database contains data in Czech encoding (cp1250 unless I'm wrong). This means some special characters like řžý.
On the screen, everything looks good, all the special symbols are displayed properly (I know the mechanisms are different, I just want to say it is not a corrupted data isssue). However, when I export the data to Excel, all special symbols are replaced by ?. When I export to pdf, those symbols are skipped.
Did anyone have the same problem and more importantly, did anyone find/know a solution for this?
Thanks a lot,
Honza
I have the same problem, how can us solve this, without editing the code.
thanks