From 5ff6b42f6c8a411f2958e8c054ed6923b0feedf4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 20 Dec 2004 23:50:19 +0000 Subject: [PATCH] update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122908 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 10 +++++----- docs/manual/mod/core.xml.de | 2 +- docs/manual/mod/core.xml.ja | 2 +- docs/manual/mod/quickreference.html.en | 2 +- docs/manual/mod/quickreference.html.es | 2 +- docs/manual/mod/quickreference.html.ko.euc-kr | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 9633a94d37..9815f3ea19 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -209,7 +209,7 @@ available

AddDefaultCharset Directive

+content-type is text/plain or text/html @@ -220,9 +220,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 document 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 @@ -235,7 +235,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 908d7c3400..e5bbd29b7d 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