Jump to content
We've recently updated our Privacy Statement, available here ×

Unicode Utf-8


Recommended Posts

I try to display Arabic data, and I am using the same fonts used in the unicode example, that is ARIAL.TTF or TIMES-ROMAN.TTF and encoding Identity-H.

It works correctly for a static text or a text that supply from a parameter.

<textFieldExpression class="java.lang.String"><![CDATA[$P{GreekText} + "n" + $P{CyrillicText}]]></textFieldExpression>

</textField>

 

When I try to get data from database it's not work in a good manner.

I mean that when I use

<textFieldExpression class="java.util.Date">

<![CDATA[$F{DEPDATE}]]>

</textFieldExpression>

It shows nothing with pdfEncoding="Identity-H" and shows ????

With the other pdfEncoding.

 

I appreciate your kindly reply.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...