开发者

how to use arabic content in jasper report

开发者 https://www.devze.com 2022-12-13 10:10 出处:网络
I have tried to export jasper report with in the aracbic content through java program. I have set the locale [arabic] in jasper page and also set the locale in 开发者_开发百科my java program. But i ca

I have tried to export jasper report with in the aracbic content through java program. I have set the locale [arabic] in jasper page and also set the locale in 开发者_开发百科my java program. But i can't get the arabic data in my report. It Shows the arabic datas are ?????????????. So anybody guide me for the further steps?.

Thanks in Advance Regards zita


exporter.setParameter(JRExporterParameter.CHARACTER_ENCODING, "UTF-8");
0

精彩评论

暂无评论...
验证码 换一张
取 消