how yii file encoding? Какая кодировка файлов?

Здравствуйте… ::)

Hello

how yii file encoding? In docs yii has utf-8, but when I check file in notepad++ encoding is ansi ??? .

if you use non ansi char then notepad ++ will show you that your file will be utf-8. try to write ex: "Здравствуйте" in that particular file, with utf-8 encoding then open again that file. you will see utf-8 file encoding.

Ok. You right. I just confused.

Thanks :D