need to set encoding at the browser

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
eiger
Posts: 3
Joined: 27 Apr 2005, 09:18

need to set encoding at the browser

Post by eiger »

I did set the language to turkish. It worked well. However mantis users need to set browsers' encoding to turkish at every refresh of mantis pages. I checked html sources at client side and there is meta tag showing right encoding to browser. (iso-8859-9) I did not understand the problem.

What should I do in order to solve this issue?

configuration:
Debian Sarge
(I installed following packages via apt-get)
Apache 1.3.33
PHP-4 4.3.10
Mysql 4.0.24
Mantis 0.19.2-2
eiger
Posts: 3
Joined: 27 Apr 2005, 09:18

solution

Post by eiger »

Answer to my question is inside the following paragraph:

This directive specifies the name of the character set that will be added to any response that does not have any parameter on the content type in the HTTP headers. This will override any character set specified in the body of the document via a META tag. A setting of AddDefaultCharset Off disables this functionality. AddDefaultCharset On enables Apache's internal default charset of iso-8859-1 as required by the directive. You can also specify an alternate charset to be used.
Post Reply