Is there a simple way to escape All symbols in HTML?
I took into account ways such as: What characters do I need to escape in XML documents? or Escaping HTML strings with jQuery and related, but only five symbols are escaped. I could list all symbols and their entities, but I would like not to.
If my browser can so easily change ©
into ©
why can't I do it easily the other way around?