]> granicus.if.org Git - apache/commitdiff
Enhance AddCharset description.
authorRalf S. Engelschall <rse@apache.org>
Sat, 5 Feb 2000 11:34:36 +0000 (11:34 +0000)
committerRalf S. Engelschall <rse@apache.org>
Sat, 5 Feb 2000 11:34:36 +0000 (11:34 +0000)
Submitted by: Youichirou Koga <y-koga@isoternet.org>
PR: 5554

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84574 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_mime.html

index 1693be0211ed092b97f57b0a2c4bdab594d6dc4d..8cf486e213f961c449ea7b4fd7dd1865482a1b1c 100644 (file)
@@ -139,12 +139,12 @@ Example:
 </pre>
 
 <P>
-Then the document <samp>xxxx.ja.jis</samp> will be treated as being a
+Then the document <CODE>xxxx.ja.jis</CODE> will be treated as being a
 Japanese document whose charset is ISO-2022-JP (as will the document
-<samp>xxxx.jis.ja</samp>). Although the content charset is reported to
-the client, the browser is unlikely to use this information. The
-AddCharset directive is more useful for
-<A HREF="../content-negotiation.html">content negotiation</A>, where
+<CODE>xxxx.jis.ja</CODE>). The AddCharset directive is useful for both
+to inform the client about the character encoding of the document so
+that the document can be interpreted and displayed appropriately, and
+for <A HREF="../content-negotiation.html">content negotiation</A>, where
 the server returns one from several documents based on the client's
 charset preference.
 </P>