I am coding a site, whose main language is Portuguese, which has a lot of 'unusual' chars, like `, ´, ~, and ç.
I if don't use the & directive of HTML, the words appear all messed up on the browser. So I can write a á (e.g) whenever I need to, but that's very troublesome, since the Portuguese language is full of 'unusual' chars, as I mentioned.
I suppose there is a way around this. Which one?
Btw, I have added this to the top of all the pages of the website, but it didn't make any difference.
<?xml version="1.0" encoding="utf-8"?>