I can not print the characters correctly.
if I write anything inside the html, the characters are normal.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
If I write a text with special characters in javascript and have it printed in a textarea: "Indication" , this ends up returning in textarea
Indicação
document.getElementById('textarea').value = "Indicação";
Is there any way to start this right? the only way to start "right" is by doing what the guy on this blog said? link