You must ask the jasperreports developers about that, the problem happened 
before reaching iText. It also should be \u2122 and Helvetica doesn't have 
that character.

Paulo

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <itext-questions@lists.sourceforge.net>
Sent: Wednesday, June 13, 2007 2:53 PM
Subject: [iText-questions] Unicode not displaying


My jasperreport is displaying as /u2122 instead of a greater than equal
sign.  What font could I use that would work?


JRDesignStyle normalStyle = new JRDesignStyle();
            normalStyle.setName(NORMAL_STYLE_KEY);
            normalStyle.setDefault(true);
            normalStyle.setFontName("Arial");
            normalStyle.setFontSize(12);
            normalStyle.setPdfFontName("Helvetica");
            normalStyle.setPdfEncoding("Cp1252");
            normalStyle.setPdfEmbedded(false);
            reportDesignObj.addStyle(normalStyle);


Rachel Kozlowski MS (CIS) MT (ASCP)
Software Engineer
Thomson Healthcare
Phone: (734) 669-7658
Fax: (734) 930-7611
www.thomsonhealthcare.com
[EMAIL PROTECTED]


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to