Unicode and hosted PHP

To make apache to work with unicode you must add into .htaccess the following:

php_value default_charset utf-8
AddDefaultCharset utf-8

.htaaccess geve you the ability to change PHP settings without changing php.ini