Why isn’t this working? It’s suppose to show the accented characters… but it seems it is not.

Edit: Switching it to <meta charset="ISO-8859-1" /> will make the c in the first name the right one, but the two in the last name are still without accents…
Try
<meta charset="UTF-8" />.Also, make sure the file encoding is something that can support those symbols as well (if your editor doesn’t already just default to UTF-8).