Yii Charset. Speciel characters: æøå

Hello everyone.

How can I change the charset to accept the danish letters æøå. Instead it replaces æøå with question-marks. I have:

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

in the layout main.php.

I also have:

AddDefaultCharset UTF-8

in the .htaccess.

If you have an answer to the problem, please reply :wink:

Best

Andreas

You have to save your views- and message-files in your editor as UTF-8.

See this topic too

Works perfectly… Thank you!