Swapan Golla wrote:
>        I have text node which has copyright (©) 
> and trademark (™) symbols embedded in it. When
> I produce pdf using FOP 0.20.4, I get © for copyright
> symbols on windows 2000 platform and Â#© on linux
> redhat 7.2 platform. I am using jdk 1.3.1_03. Anybody
> know why this is occuring ?

It looks like you have the files written in UTF-8 encoding,
but the parser assumes ISO-8859-1 or a similar 8bit encoding.
Check the encoding in the XML declaration, it should be
UTF-8 or absent.

J.Pietschmann



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

Reply via email to