CodeIgniter Forums
Copy right symbol ? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Copy right symbol ? (/showthread.php?tid=54515)



Copy right symbol ? - El Forum - 09-12-2012

[eluser]solid9[/eluser]
Hi guys I'm trying to display the character CopyRight --> ©

But the problem it display like this --> ©

Notice the extra  character that is not suppose to be included.

Why is this?

and how to fix this?

Thanks in advanced.


Copy right symbol ? - El Forum - 09-12-2012

[eluser]PhilTem[/eluser]
It's because you are inserting the character in another encoding as your page is (probably that's the reason). All HTML special characters (i.e. anything besides a-zA-Z0-9.,?) should be written as HTML name and not as the symbol it really is.

That's why you should use:
Code:
©

as well as instead of & you would use & and so on and so forth.


Copy right symbol ? - El Forum - 09-12-2012

[eluser]solid9[/eluser]
@PhilTem

Thanks got that dude.


Copy right symbol ? - El Forum - 09-12-2012

[eluser]rochellecanale[/eluser]
use this (&copyWink without parenthesis


Copy right symbol ? - El Forum - 09-12-2012

[eluser]rochellecanale[/eluser]
use character map in accessories. in start menu.