The bug is to your RTF reader that is not Unicode enabled. Characters above 'z' are treated as Unicode with the syntax \uxxxG where xxx is the Unicode value and G is the replacement character that is fixed at G. I've changed this replacement character to '?'.
Best Regards, Paulo Soares > -----Original Message----- > From: Juan de la Cruz [SMTP:[EMAIL PROTECTED] > Sent: Monday, August 18, 2003 3:38 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Error writing special character 'n' with > tilde > > Im using the iText library, specifically the RtfWriter to generate a rtf > document. Everytime the > special character n with tilde on top is written it is always followed by > an > extraneous character which is the letter G. This seems to be a bug. Is > there > a fix > for this problem? Thank you in advance. > > _________________________________________________________________ > Tired of spam? Get advanced junk mail protection with MSN 8. > http://join.msn.com/?page=features/junkmail > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/0 > 1 > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
