1

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

http://prntscr.com/7yayn6

The Excel one shows it correct

http://prntscr.com/7yayf4

Using iReport 3.7.2 fontName : Tahoma. CSV report also works correct .

Alex K
  • 22,315
  • 19
  • 108
  • 236
Tinus Jackson
  • 3,397
  • 2
  • 25
  • 58

1 Answers1

0

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.

Community
  • 1
  • 1
Robert Mugattarov
  • 1,278
  • 2
  • 12
  • 26