There is always one MORE option to consider!! What would you suggest as the best way to handle this?
Jeff -----Original Message----- From: Andreas Delmelle [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 12:32 PM To: [email protected] Subject: Re: Error when using XSL with French Characters On Sep 3, 2008, at 15:05, Steffanina, Jeff wrote: Hi Jeff > fop-0.95 > I am running Redhat Linux 2.4.21-47.0.1. > > The letter I am referring to is: é è > I assume I am having problems with any French character that > includes a glyph. > > What are you using for <?xml version="1.0" encoding="XXXXXXXX"?> > > I appreciate any suggestions. I have not had to deal with > international characters sets before. If all else fails, remember that XML *always* allows Numeric Character References, like 
 or for a linefeed (values are always UTF-8 codepoints). In UTF-8, the respective character codes are: è -> è é -> é If you output those sequences in the BASIC module, then it should work, regardless of which encoding is specified in the XML header. HTH! Cheers Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
