Mark (or anyone else), Is there a dynamic way to find out(or lookup) a unicode value for a given character, maybe through some java library out there? More specifically foreign language characters.
Thanks, Seth P.S. Sorry Mark, I sent this direct to you as well -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mark Hall Sent: Tuesday, December 06, 2005 8:08 AM To: [email protected] Subject: Re: [iText-questions] iText - RTF Generation - How to put special character like fraction 1/2 or 3/4 or 1/4 You need to find out the unicode value for these characters and then add characters with the unicode you need. e.g: new Paragraph("\u00bc"); which is 1/4 If the font you are using has a character for this unicode, then it should display when viewing the RTF file. Greetings, Mark -- The holy passion of Friendship is of so sweet and steady and loyal and enduring a nature that it will last through a whole lifetime, if not asked to lend money. -- Mark Twain, "Pudd'nhead Wilson's Calendar" My GPG public key is available at: http://www.edu.uni-klu.ac.at/~mhall/data/security/MarkHall.asc ============================================================================== Please access the attached hyperlink for an important electronic communications disclaimer: http://www.csfb.com/legal_terms/disclaimer_external_email.shtml ============================================================================== ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
