Revision #36                                    has been created by  Mike                                    on Apr 26, 2013, 9:13:39 AM with the memo:
 Mike                                    on Apr 26, 2013, 9:13:39 AM with the memo:
                                
                                
                                    Fix nginx configuration                                
                                                                    « previous (#35)                                                                                                    next (#37) »                                                            
                            Changes
                            
    Title
    unchanged
    How to set up Unicode
    Category
    unchanged
    How-tos
    Yii version
    unchanged
    
    Tags
    unchanged
    i18n, unicode
    Content
    changed
    [...]
~~~
AddDefaultCharset UTF-8
~~~
### nNginx
The right `Content-Type` header is set with this directive:[...]
~~~
server {
   charset utfUTF-8;
   ...
}
~~~
### PHP alternative[...]