I have read that in order to localize Yii framework I should change all the webapp files to UTF8. I sure done that but strange things happened:
after changing config/main.php to UTF8 GD captha stopped working.
also text has moved lover despite .css files weren’t changed.
Did I went on wrong way by changing main files to UTF8? Because main problem is my language character to application name that contains non ASCII/ANSI letter.
Also it shows[fixed]:
Warning: Unexpected character in input: ' in C:\wamp\www\SSIS\protected\config\main.php on line 50
fixed this message by copy-paste source to notepad and then saved to UTF8
Main this is WHY CAPTHCA stops working after changing config/main.php to UTF8