From: André Malo Date: Fri, 4 Feb 2005 21:55:05 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.0.53~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fe44ebf5577315850729b8050c7a0fdefe03909c;p=thirdparty%2Fapache%2Fhttpd.git update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151426 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index c895cf6891a..c82900dff0e 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -210,7 +210,7 @@ available

AddDefaultCharset Directive

+content-type is text/plain or text/html @@ -221,9 +221,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 @@ -236,7 +236,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 diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index c999a1aa391..88f1afda340 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + +

Description:Default charset parameter to be added when a response -content-type is "text/plain" or "text/html"
Syntax:AddDefaultCharset On|Off|charset
Default:AddDefaultCharset Off
Context:server config, virtual host, directory, .htaccess