Re: [iText-questions] Create RTF file with greek char

2007-01-29 Thread Henry Lu
Here is my code to display Greek character k - kappa: document.open(); // step 4: we add a paragraph to the document Paragraph p = new Paragraph(Hello + \\u954 + Hello); document.add(p); But here is the RTF output: Hello\u954Hello Any

Re: [iText-questions] Create RTF file with greek char

2007-01-29 Thread Bruno Lowagie (iText)
Henry Lu wrote: Here is my code to display Greek character k - kappa: document.open(); // step 4: we add a paragraph to the document Paragraph p = new Paragraph(Hello + \\u954 + Hello); document.add(p); But here is the RTF

Re: [iText-questions] Create RTF file with greek char

2007-01-28 Thread Mark Hall
On Friday 26 January 2007 22:15, Henry Lu wrote: How do I add greek characters in to my RTF file when I am generating a RTF file? Add them with '\u' with the correct unicode value for the characters you wish to add. Greetings, Mark -- You're currently going through a difficult transition

[iText-questions] Create RTF file with greek char

2007-01-26 Thread Henry Lu
How do I add greek characters in to my RTF file when I am generating a RTF file? -Henry - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your