I'm trying to edit a index.html file but in my heading my html special character code is not showing on the screen.
Example:
<h5>Souscrire à infolettre</h5>
This should display as "Souscrire à infolettre" but the à isn't showing.
|
I'm trying to edit a index.html file but in my heading my html special character code is not showing on the screen. Example:
This should display as " |
||||
|
As a french user, you should not do that. Simply encode all your files in UTF-8 and you will be able to use whatever accent you want : ç,é,è,à,ô... But you will need to add a little header to the html file.
|
|||
|
|
tehre's nothing wrong with your code, as you can see in this jsfiddle. the problem has to be something else, but to find that out, we'll nee a bit more information:
|
|||
|
|
&224;instead ofà). – Ilmari Karonen Jan 11 '12 at 15:04