3
In order to be able to publish texts daily using some editor like Notepad++ for example, I would like to type the words with an accent and save them in the HTML file. I’ve been reading that the UTF-8 a code for the accents is required.
For example the is corresponds to é
.
I wonder if I can use charset ANSI in HTML files so you don’t have to be typing the codes UTF-8 for each special character or accent.
You are saying that I can type normally with accents as long as my charset is as UTF-8 and the file save as UTF-8. Okay all right. And when should I use
é
?? for what exists this type of encoding?– Marco Felipe
This, can type normally :) You rarely need to use
á
and similar, unless you want to prevent user-generated HTML code from being interpreted.– bfavaretto