How to display Spanish characters?
-
I have a jQuery script that translates certain characters into Spanish characters. The script seems to be executing correctly but the Spanish characters are not being displayed properly.
Whenever I type in certain characters in a textarea, instead of displaying é, it is showing ?.
I have also added this meta tag in the head:
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
Does anyone know how to resolve this?
- The topic ‘How to display Spanish characters?’ is closed to new replies.