3
I have a database with that encoding:
and I also have HTML with UTF-8 encoding.
But for some reason the special characters appear this way:
And I can’t figure out why it happens. Can anyone explain to me why the characters appear that way?
3
I have a database with that encoding:
and I also have HTML with UTF-8 encoding.
But for some reason the special characters appear this way:
And I can’t figure out why it happens. Can anyone explain to me why the characters appear that way?
2
It may be that your file .HTML, despite being with UTF-8 in the code, has been saved with another encoding.
See this link to better understand: http://wiki.locaweb.com/pt-br/Como_resolver_problemas_de_acentua%C3%A7%C3%B5es_em_seu_site
Thank you Luciano solved my problem
Good! I went through this problem a while ago.
This resulted in the data that was already entered in the database but then I re-entered it and returned to it. You know what happened?
Browser other questions tagged html database utf-8
You are not signed in. Login or sign up in order to post.
How does database data appear in html? Latin1 has to be converted to UTF-8.
– njsg
Report: http://answall.com/a/43205/3635
– Guilherme Nascimento