You are mixing the XML file encoding with the font encoding needed to represent the character in the PDF.
Best Regards, Paulo Soares > -----Original Message----- > From: Mark Goking [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2003 4:17 > To: Paulo Soares > Subject: RE: [iText-questions] Adding square root symbol to pdf > > > Greetings > > You mentioned this in replies from other people's post > > I tried the encoding but exception says > ExceptionConverter: java.io.UnsupportedEncodingException: Identity-H > > Thisis my xml tag > <?xml version="1.0" encoding="Identity-H" ?> > <font size="8" face="Symbol" style="bold">EUR</font> > > > > > > -----Original Message----- > From: Paulo Soares [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2003 1:54 AM > To: 'ZACHARY CHRIS W'; [EMAIL PROTECTED] > Subject: RE: [iText-questions] Adding square root symbol to pdf > > > For a TrueType font you need to use the encoding Identity-H and have > the character in the font, of course. Have also a look at the built-in > Symbol font, the radical character may also be used. > > Best Regards, > Paulo Soares > > > -----Original Message----- > > From: ZACHARY CHRIS W [SMTP:[EMAIL PROTECTED] > > Sent: Monday, July 14, 2003 14:55 > > To: [EMAIL PROTECTED] > > Subject: [iText-questions] Adding square root symbol to pdf > > > > Hello, > > I'm having a problem trying to figure out how to add a square root > > symbol to a pdf in iText. I know the unicode value is 221A, but > > that's about as far as I've figured out what to do. I know \u2022 > > will display a bullet in a pdf, but \221A displays nothing. Any > help > > would be much appreciated. > > > > Thanks, > > Chris Zachary > > > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by: Parasoft > > Error proof Web apps, automate testing & more. > > Download & eval WebKing and get a free book. > > www.parasoft.com/bulletproofapps1 > > _______________________________________________ > > iText-questions mailing list [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/itext-questions > > > ------------------------------------------------------- > This SF.Net email sponsored by: Parasoft > Error proof Web apps, automate testing & more. > Download & eval WebKing and get a free book. > www.parasoft.com/bulletproofapps1 > _______________________________________________ > iText-questions mailing list [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.500 / Virus Database: 298 - Release Date: 7/10/2003 > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.500 / Virus Database: 298 - Release Date: 7/10/2003 > ------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
