Re: Extended Unicode Characters

2002-10-07 Thread J.Pietschmann
Al-Dhahir, Haitham wrote: > J.Pietschmann is right in saying that the characters are coming from the > database - I am storing them there, pulling them out and inserting them into > my XML which is then being converted using FOP. E.g. I am storing "ð" > in the database, which I then hope will beco

RE: Extended Unicode Characters

2002-10-07 Thread Al-Dhahir, Haitham
, Haitham. -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: 04 October 2002 21:07 To: [EMAIL PROTECTED] Subject: Re: Extended Unicode Characters Oleg Tkachenko wrote: > Your said you got ð in pdf, that looks like some problem with > escaping in xslt, chances a

Re: Extended Unicode Characters

2002-10-04 Thread J.Pietschmann
Oleg Tkachenko wrote: > Your said you got ð in pdf, that looks like some problem with > escaping in xslt, chances are you are using disable-output-escaping, > aren't you? I guess it comes as a string from a DB. D-o-e wouldn't work unless the transformation result was serialized. J.Pietschmann

Re: Extended Unicode Characters

2002-10-04 Thread Oleg Tkachenko
Al-Dhahir, Haitham wrote: > Does FOP provide support for extended Latin Uncode characters like the > Icelandic ð (#00F0) or Í (#00CD)? My initial testing suggests that it does > not, for example I have inserted ð into my XML, and in the PDF > output, instead of ð I just get ð. Any ideas on this?

Extended Unicode Characters

2002-10-04 Thread Al-Dhahir, Haitham
Hi all, Does FOP provide support for extended Latin Uncode characters like the Icelandic ð (#00F0) or Í (#00CD)? My initial testing suggests that it does not, for example I have inserted ð into my XML, and in the PDF output, instead of ð I just get ð. Any ideas on this? Thanks, Haitham. --