I want to use copyright symbol in jspx, but it is not allowing me to use © . It is throwing me an error.
The entity "copy" was referenced, but not declared.
I googled it out and found that i need to modify escapeMode . But I do not know where I should change it.
Or anyone has the solution, please let me know.
You may need to find the section of your template and add the entity declaration.
Here's an example with a few common entities:
<!DOCTYPE html [
<!ENTITY nbsp " ">
<!ENTITY copy "©">
<!ENTITY bull "•"> ]>
Here is a list of the entities in HTML4
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With