cristpate Posted October 1, 2009 at 09:12 AM Report #289475 Posted October 1, 2009 at 09:12 AM como posso corrigir as palavras que por terem acentos ou serem caracteres especiais aparecem todas misturadas com carateres estranhos ajudem me cristpate craziness it's to do the same thing over and over again expecting a different result
softklin Posted October 1, 2009 at 12:25 PM Report #289506 Posted October 1, 2009 at 12:25 PM Definindo o charset para UTF8 http://www.ccs.uottawa.ca/webmaster/templates/faq/weird-characters.html ou substituindo as com caracteres acentuados/cedilhados para as respectivas representações: http://erikasarti.net/html/acentuacao-caracteres-especiais/ Nick antigo: softclean | Tens um projeto? | Wiki P@P Ajuda a comunidade! Se encontrares algo de errado, usa a opção "Denunciar" por baixo de cada post.
yoda Posted October 1, 2009 at 06:34 PM Report #289553 Posted October 1, 2009 at 06:34 PM Usa a função header() se estiveres em php, para forçar o browser a meter o encoding em utf-8 : header('Content-Type: text/html; charset=utf-8'); É mais fiável que o markup. before you post, what have you tried? - http://filipematias.info sense, purpose, direction
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now