M.Weiss wrote:
I got a tiny problem with german "Umlaute" such as ü,ö or ä.

You got a big stack trace [snipped]

org.apache.fop.apps.FOPException: Invalid byte 2 of 2-byte UTF-8 sequence.
...
In both cases I switch the code-set to ISO-8859-1 for the XML-Document,

Somehow you didn't, otherwise the parser wouldn't think it is parsing an UTF-8 encoded file. Check the encoding declaration, find out which paresr you are using and check the parser's docs on which encodings are supported (character case may be an issue).

J.Pietschmann


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



Reply via email to