I have some HTML which contains some forign characters (€, ó, á). The HTML document is saved as UTF-8 without BOM. When I view the page in the browser the forign characters
Insert in . Or set the header Content-Type: text/html;charset=utf-8 on the server-side.
Content-Type: text/html;charset=utf-8
You can also do add in .htaccess: AddDefaultCharset UTF-8 more info here http://www.askapache.com/htaccess/setting-charset-in-htaccess.html
.htaccess
AddDefaultCharset UTF-8