I'm setting up a site built in charset and when I move to UTF-8 the special characters appear on the screen with that diamond and a question mark, so in addition to charset I need to change the characters by ASCII codes.
Ex: á - á
é - é
...
How can I do this in a faster way? Any function in PHP?