I am printing an IReport report with JRPrintServiceExporter.
I am using a tomcat server on Ubuntu.
Special character like "°" are not well printed, I am getting a "°".
"é" is printed "©"
Is there a way to display the good character?
If I preview it on a web browser and then print it, it is well printed, but if i print it directly with java javax.print.PrintService I am getting the accent problem.
Thanks in advance.