I found out now, that the problem lies in the esql query, I generate an XML through xsp/esql with cocoon, if I have a look on the generated xml, I can see that the chinese glyphs are not shown as such ones, just the ones I define in the xsp page. So there must be something wrong with the querying.
I use the jdbc driver from MS, and my database is MSSQL, Anyone an Idea how to get Unicode data out of the database?? christoph -----Urspr�ngliche Nachricht----- Von: J.Pietschmann [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 06. November 2004 12:21 An: [EMAIL PROTECTED] Betreff: Re: AW: chinese characters just working when defined in xsl-fo-page directly Christoph Klocker wrote: > Thats what I did, when I Serialize it to XML its as it is stated here, so I > got no Idea, why this doesn't work > <FaaLocTextCH>維也納</FaaLocTextCH> > > I am happy for any suggestion how to solve this problem. I meant: serialize the input to the PDF serializer to XML, after the transformation. You should not get a FaaLocTextCH element in a FO document. Be sure you aren't using disable-output-escaping either. J.Pietschmann --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
