Re: Unicode special chars

2002-12-09 Thread Timo Haberkern
That works! Thanks, often you can`t see the most obvious solution ;-) Timo J.Pietschmann wrote: 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 #x2028; to amp;#x2028;. FOP

Re: Unicode special chars

2002-12-07 Thread Oleg Tkachenko
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 #x2028; to amp;#x2028;. Ask on xerces-user mail list how to do it properly. FOP seems to ignore the amp;#x2028; and works only

Re: Unicode special chars

2002-12-07 Thread J.Pietschmann
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 #x2028; to amp;#x2028;. FOP seems to ignore the amp;#x2028; and works only as expected if there is a #x2028; There is a