From: André Malo Date: Fri, 4 Feb 2005 21:49:27 +0000 (+0000) Subject: apply doc improvements from 2.1 X-Git-Tag: 2.0.53~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df75056a5a0250e9659047471cf2f47be978023;p=thirdparty%2Fapache%2Fhttpd.git apply doc improvements from 2.1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151420 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d4c58d616bb..1e76986dcec 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -141,7 +141,7 @@ available AddDefaultCharset Default charset parameter to be added when a response -content-type is "text/plain" or "text/html" +content-type is text/plain or text/html AddDefaultCharset On|Off|charset AddDefaultCharset Off server config @@ -153,9 +153,9 @@ content-type is "text/plain" or "text/html"

This directive specifies a default value for the media type charset parameter (the name of a character encoding) to be added to a response if and only if the response's content-type is either - "text/plain" or "text/html". This should override any charset - specified in the body of the document via a META tag, - though the exact behavior is often dependent on the user's client + text/plain or text/html. This should override + any charset specified in the body of the response via a META + element, though the exact behavior is often dependent on the user's client configuration. A setting of AddDefaultCharset Off disables this functionality. AddDefaultCharset On enables a default charset of iso-8859-1. Any other value is assumed @@ -168,7 +168,7 @@ content-type is "text/plain" or "text/html" AddDefaultCharset utf-8 -

AddDefaultCharset should only be used when all +

AddDefaultCharset should only be used when all of the text resources to which it applies are known to be in that character encoding and it is too inconvenient to label their charset individually. One such example is to add the charset parameter