I have a web app based in yii 1.1 and we are making it multilingual. I generate the translation files through the command:
php yiic message messages/config.php
The files are being generate with all Yii::t() defined, the problem is in the content, it is generating the content without accents, it's like is not taking the UTF-8 unicode. I guess is a problem with unicode, maybe you guys now the solution.
Thank you in an advance,
See you!