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 Swapan Golla <sg...@yahoo.com> on 2002/10/07 22:43:15 UTC

Trademark and copyright symbols

Hi All,
       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 ?

Any help is appreciated.

Swapan.


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: Trademark and copyright symbols

Posted by "J.Pietschmann" <j3...@yahoo.de>.
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