My page Uga no charset

Asked

Viewed 16 times

0

Without the charset utf-8, my page looks like this: http://i.imgur.com/wy59lje.png

Buga where php and html are normal

But when I put

<?php header ('Content-type: text/html; charset=UTF-8'); ?>

or

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 

The html page and php is right: http://i.imgur.com/557yGPt.png

To confused, no phpmyadmin is already uft8 too

  • 1

    See http://answall.com/questions/636/howto detectar-o-encoding-da-página-por-php/642#642

  • Apparently you are mixing Charsets on the same page. Either fix PHP, or fix HTML. Start by putting the code editor charset that you use in the right mode, for ease.

  • If you can’t resolve with the link information I indicated, let me know here, including my username with a @ in front so I’ll be notified ok?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.