Received: (qmail 14227 invoked by uid 2012); 19 Oct 1998 04:59:39 -0000 Message-Id: <19981019045939.14226.qmail@hyperreal.org> Date: 19 Oct 1998 04:59:39 -0000 From: Youichirou Koga Reply-To: y-koga@jp.FreeBSD.org To: apbugs@hyperreal.org Subject: New directive suggestion: AddCharset X-Send-Pr-Version: 3.2 >Number: 3238 >Category: mod_mime >Synopsis: New directive suggestion: AddCharset >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: apache >Arrival-Date: Sun Oct 18 23:10:00 PDT 1998 >Closed-Date: Thu Apr 20 11:34:47 PDT 2000 >Last-Modified: Thu Apr 20 11:34:47 PDT 2000 >Originator: y-koga@jp.FreeBSD.org >Release: 1.3.3 >Organization: >Environment: FreeBSD 2.2.7-STABLE >Description: New directive suggestion: AddCharset HTTP's default charset for Content-Type: is ISO-8859-1. This default value is very convenient for languages which are written with latin character. However it is not convenient for some other languages (e.g. Japanese), because we must specify a charset parameter explicitly and we are using not only one charset but many charsets. (e.g. iso-8859-1, iso-2022-jp, Shift_JIS, EUC-JP, and so on.) We can use ForceType and AddType directives to specify a charset parameter. Currently, if we set correct charset, we must set it for all text/* media types using such directives, but we don't use only one charset, as I've already written. Now I propose adding a new directive, AddCharset to the mod_mime. AddCharset directive allows us to set charset easily. I have already implemented it. The patch and its manual is available at following URL: I hope you'll understand its necessity and merge it in next release. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: coar State-Changed-When: Thu Apr 20 11:34:47 PDT 2000 State-Changed-Why: This functionality has been added and is available in Apache 1.3.12. Thanks! >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [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! ]