Yii-framework Encoding -


why when unpacking archives yii framework of archive console prompt:

cd c: \ cd webservers \ home \ y1 \ www \ framework php -f yiic webapp c: \ webservers \ home \ y1 \ www 

encoding files ansi, when should utf-8?

it's because windows uses an ansi-like encoding. shouldn't cause trouble unless start writing special charaters like: ñ,á,è... , upload files non-windows server.

a workaround use text-editor, notepad++ or sublime text, , force encoding utf-8.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -