On 11/26/05, Oil Pine <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have some web pages with Koran language characters in my web server.
>
> Each page is marked with appropriate declaration.
>
> <meta http-equiv="Content-Type" content="text/html; charset=ISO-2022-
> KR">
>
> My question is: Do I need to install Korean Language package to serve
> such pages with my httpd server and display those characters
> automatically?
>
> The reason I am wondering this is that the identical pages loaded into a
> commercial web-hosting server have no problem displaying those
> characters, but they don't from my server.

We need to add this to the faq:

When a web browser is determining the charset to use to display a
document it looks first at the HTTP Response headers, and only if no
charset is indicated there does it look in the document itself,
including the <meta> tags.  So you need to check your apache config to
see what charset you have apache configured to send (if any).  Look in
particular at the AddDefaultCharset directive.  Removing that
directive will sometimes solve the problem by causing the browser to
use the <meta> tag.

Regarding language packs, it is highly unlikely that that will make
any difference.  But it is difficult to tell for sure, since you
haven't enven mentioned what operating system you are using.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to