I'm trying to use the HTML entity code for 'é' in the title tags of my site, and it doesn't seem to be working in any browser. If I type the French equivalent of "Party:" in the title:
<title>parté</title>
I get parté
in the title bar across all browsers when it renders. When I use the 'é' character, it actually works. Does anyone know what is up with this?
Entity references work fine (at least as fine as characters entered directly) in title
elements. The problem is most probably caused by something that looks like an entity reference to an author when he looks at his files—the data that browsers get does not include it. Some software is used to generate the HTML document from some file that contains é
but the software does not simply pass it forward but e.g. converts &
to &
.
This can be checked using View Source in a browser.
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