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 &#x0A; or &#10; for a linefeed (values are always UTF-8 codepoints).

In UTF-8, the respective character codes are:

&#xE8; -> è
&#xE9; -> é

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]

Reply via email to