> -----Original Message----- > From: Rafael Nunes [mailto:[email protected]] > Sent: Thursday, March 05, 2009 2:03 PM > To: [email protected] > Subject: Re: [iText-questions] RTF + Portuguese + Character > Encoding (Latin 1/ ISO-8859-1) > > > I also tried: > BaseFont bFont = BaseFont.createFont(BaseFont.TIMES_ROMAN, > BaseFont.WINANSI, > BaseFont.NOT_EMBEDDED); > > and > RtfFont rFont = new RtfFont("Arial", 12.0f); > > And it did not work too. > > The characters wrote are: > abreviações situação também música
That looks like UTF-8 decoded with ISO8819-1. Does your Java String really has the right characters? Paulo Aviso Legal: Esta mensagem é destinada exclusivamente ao destinatário. Pode conter informação confidencial ou legalmente protegida. A incorrecta transmissão desta mensagem não significa a perca de confidencialidade. Se esta mensagem for recebida por engano, por favor envie-a de volta para o remetente e apague-a do seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de usar, revelar ou distribuir qualquer parte desta mensagem. Disclaimer: This message is destined exclusively to the intended receiver. It may contain confidential or legally protected information. The incorrect transmission of this message does not mean the loss of its confidentiality. If this message is received by mistake, please send it back to the sender and delete it from your system immediately. It is forbidden to any person who is not the intended receiver to use, distribute or copy any part of this message. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
