How to use chinese characters in JasperReports using Java. Presently I am using below code.
This works fine for HTML, DOC but it is not working for PDF.
<textField>
<reportElement x="49" y="0" width="277" height="52" uuid="a17f1430-f415-4eba-9769-b02ca05731a8"/>
<textElement>
<font fontName="STSong-Light" pdfFontName="STSong-Light" pdfEncoding="UniGB-UCS2-H" isPdfEmbedded="true"/>
</textElement>
<textFieldExpression><![CDATA["入 学 許 可 証"]]></textFieldExpression>
</textField>
I have also tried using iReport Designer 5.5.0 but still result is same.