HTML: UTF-8 encoding
To get a html page to display UTF-8 encoded text correctly (without setting a default charset) simply add the following to the head of the html page.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
Tags: charset, html, php, php5, utf-8, xhtml
This entry was posted
on Wednesday, July 14th, 2010 at 15:10 and is filed under HTML, PHP5.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.