Enabling UTF-8 for a homepage can be painful. This tutorial shows all places whrere you have to change your code, if you want to set up your homepage for UTF-8. more >>
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
mysql_query("SET NAMES 'utf8' COLLATE 'utf8_unicode_ci'");
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
mysql_query("SET NAMES 'utf8' COLLATE 'utf8_unicode_ci'");