Chinese Chars not displayed properly Chinese Chars not displayed properly codeigniter codeigniter

Chinese Chars not displayed properly


Do you have this in the html head:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

If not add it.


Make sure that your remote server sends the correct headers.

Content-Type: text/html; charset=utf-8

Make sure that your files in utf-8 encoding.