Felipe Prudêncio 0 Denunciar post Postado Abril 12, 2014 Bem estou com um problema aqui em codificar caracteres ja coloquei o metarchaset e tal mas onde tem acentos aparece este sinal � <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="pt" xml:lang="pt"> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> Compartilhar este post Link para o post Compartilhar em outros sites
reidark 5 Denunciar post Postado Abril 13, 2014 Provavelmente o erro é porque você não declarou o charset dentro do <head>. Olha, eu recomendo você começar a usar o HTML5.Declare isso e veja se dá certo: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> </head> Teste e veja se deu certo. Compartilhar este post Link para o post Compartilhar em outros sites