Timo Haberkern wrote:
> i have a little problem with unicode special characters. If i write the
> Unicode-Newline from my Java Application (with XercesJ) to XML it
> escapes 
 to 
. FOP seems to ignore the 

> and works only as expected if there is a 

There is a difference between an XML file read by a parser and
strings supplied through a Java interface for XML. Use the
Java syntax for representing Unicode characters: "\u2028"
in Java strings.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org
|