»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> WAMP / Installation and Configuration / Charset cp1257: not supported by latest apache in wamp?
Posted:  11 Dec 2006 15:42
How is it that I cannot get the charset I need to be displayed correctly by the borwser, even though the document has all the correct headers?

I need charset windows-1257, and I get it displayed incorrectly. It is also not listed in httpd.conf, and even when I added it nothing changed.

Is there any way to add this charset to apache configuration? Or do I need another installer of apache?
Posted:  20 Dec 2006 16:14   Last Edited By: e-novative
Are you referring to the charset for plain HTML documents or for PHP documents?

In the latter case, PHP by default sends a header that sets the character set to iso8859-1. You can override this by changing php.ini or by explicitly sending another header.