Copyright Symbol is returning garbage character.

Using the unicode character © to display the copyright symbol
introduces the extra character

©

How do we get rid of that character?
This  is nothing but extra two bytes which comes with the default unicode encoding.

It is due, to the output we are generating from the BIP is UTF-8, and the explorer(IE,FIREFOX) we are viewing doesn't understand this.
So, we got to use different encoding to get the character displayed properly.

< xsl:output method="html" encoding="ISO-8859-1" />
would certainly help.

Just making this change, the character is render properly.

Comments

Anonymous said…
i honestly love your own writing taste, very interesting,
don't quit as well as keep penning as it just very well worth to look through it,
excited to view alot more of your web content, regards!
Suresh AK said…
This comment has been removed by the author.

Popular posts from this blog

Repeat Table Header in all pages in BIP

Configure Concurrent Reports to be run

Limit rows per page