| Posted: 11 Dec 2006 15:42 | |
|
Registered User Currently Offline |
Posts: 1 Join Date: Dec 2006 |
|
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 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
|
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. |
|