From ab279b08f0ac67ae17e46933cbc398c5d9918645 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Mon, 20 Dec 2004 23:46:06 +0000 Subject: [PATCH] - use better markup - it's meta _element_ not tag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@122907 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 71d6235fcb..5646a624e9 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -140,7 +140,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 @@ -152,9 +152,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 @@ -167,7 +167,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 -- 2.40.0