Received: (qmail 93509 invoked by uid 501); 7 Aug 2001 21:19:30 -0000 Message-Id: <20010807211930.93508.qmail@apache.org> Date: 7 Aug 2001 21:19:30 -0000 From: Jungshik Shin Reply-To: jshin@mailaps.org To: submit@bugz.apache.org Subject: Incorrect language code and charset name used for Korean X-Send-Pr-Version: 3.110 >Number: 8151 >Category: config >Synopsis: Incorrect language code and charset name used for Korean >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: apache >Arrival-Date: Tue Aug 07 14:20:01 PDT 2001 >Closed-Date: Tue Aug 07 16:03:00 PDT 2001 >Last-Modified: Tue Aug 07 16:03:00 PDT 2001 >Originator: jshin@mailaps.org >Release: 1.3.12 >Organization: >Environment: Linux Mandrake : 2.2.19-5mdksecure This bug is independent of the OS and the compiler used to compile apache because it's about a couple of mistakes in a sample apache configuration file, commonhttpd.conf >Description: In commonhttpd.conf, there are the following lines for Korean: AddLanguage kr .kr AddCharset ISO-2022-KR .iso-kr First of all, the language code for Korean is NOT 'kr' BUT 'ko'. 'kr' is the country code for the Republic of Korea (South Korea). ('kp' is for the Democratic People's Republic of Korea : North Korea). Secondly, virtually nobody uses ISO-2022-KR for web pages. I have to yet to find a single web page in Korean encoded in ISO 2022-KR. Most Korean (except for some new web pages encoded in UTF-8 and X-Windows-949 which is an proprietary extension of EUC-KR by Microsoft) are encoded in EUC-KR. (see http://pantheon.yale.edu/~jshin/faq/qa8.html ). Therefore, your example above should be: AddLanguage ko .ko AddCharset EUC-KR .euc-kr It'd be very nice if you could kindly address this soon. >How-To-Repeat: >Fix: As I wrote above, two sample lines should read AddLanguage ko .ko AddCharset EUC-KR .euc-kr >Release-Note: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Tue Aug 7 16:03:00 PDT 2001 State-Changed-Why: dupe of 8150 et al., please only submit the form once. >Unformatted: [In order for any reply to be added to the PR database, you need] [to include in the Cc line and make sure the] [subject line starts with the report component and number, with ] [or without any 'Re:' prefixes (such as "general/1098:" or ] ["Re: general/1098:"). If the subject doesn't match this ] [pattern, your message will be misfiled and ignored. The ] ["apbugs" address is not added to the Cc line of messages from ] [the database automatically because of the potential for mail ] [loops. If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request from a ] [developer. Reply only with text; DO NOT SEND ATTACHMENTS! ]