Difference between #35 and #36 of
How to set up Unicode

Revision #36 has been created by 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
[...]
19 0
14 followers
Viewed: 135 985 times
Version: 1.1
Category: How-tos
Tags: i18n, unicode
Written by: Mike
Last updated by: Roman Solomatin
Created on: Feb 21, 2009
Last updated: 11 years ago
Update Article

Revisions

View all history