Carrie Ward wrote:
I'm rendering output in both PDF and TXT using XML+XSLs.  I am able
to successfully display foreign characters (embedded) in the PDF but
when I attempt to do so with the TXT output  the foreign characters
display as boxes.

Foriegn characters can be found in both my XSL (as labels) as UNICODE
values (e.g., รจ = è) as well as in my XML's values.   How can I
make the TXT output support the foreign characters?

You can set the character encoding for the text output using the
txt.encoding switch, see
 http://xmlgraphics.apache.org/fop/0.20.5/running.html#standalone-start
You can use the default encoding of the tools you use to display the
output, or tell these tools the encoding you specified, otherwise you'll
still get unexpected results.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to