How can i change or force ireport to display unicode characters like russian etc.? I have tried searching it on jasper site but had no luck or relevant answers.
I have this in the XML
<?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports"
<textFieldExpression class="java.lang.String"><![CDATA[$F{NEWSTATUS}]]></textFieldExpression>
Also have this screenshots for the pdf report
The Excel one shows it correct
Using iReport 3.7.2 fontName : Tahoma. CSV report also works correct .
It is a matter of fonts. You can attach a font library to use any font you like: Use custom fonts when creating pdf using iReport or just use Arial which works fine with Cyrillic.