You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "J.Pietschmann" <j3...@yahoo.de> on 2002/10/08 21:55:58 UTC

Re: Trademark and copyright symbols

Swapan Golla wrote:
>        I have text node which has copyright (&#169;) 
> and trademark (&#x2122;) 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: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org