Hello,
I have a problem generating correctly one letter from polish alphabet in 
RTF format on some Solaris systems. I've tried setting parameter:
JRExporterParameter.CHARACTER_ENCODING
both to "CP1250" and "UTF-8", but this only influences formats like 
HTML, CSV and XML and not RTF. The problematic letter is "ó". When I run 
my application on JBoss on Windows system it is printed into RTF in this 
way:
\u324?ó
or hexadecimally:
5c75 3332 343f f3
however when my application is run on Solaris system (I've tried both 
JBoss and WebSphere) then the letter in question is printed like this:
\u324??
or hexadecimally:
5c75 3332 343f 3f
As you can see a question mark is placed on the place of the letter.

On all systems PDF and XLS formats render flawlessly. I'd be grateful 
for any ideas about the problem.

Greetings,
-- 
Tomek Grzejszczyk
Młodszy programista
Rodan Systems SA
(022)6439208 w.503


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions

Reply via email to