]> granicus.if.org Git - apache/commitdiff
Hint about disabling translation in subdirectories by setting matching,
authorEric Covener <covener@apache.org>
Sun, 25 Oct 2009 22:16:00 +0000 (22:16 +0000)
committerEric Covener <covener@apache.org>
Sun, 25 Oct 2009 22:16:00 +0000 (22:16 +0000)
but not necessarily correct, Source and Default charsets.

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

docs/manual/mod/mod_charset_lite.html.en
docs/manual/mod/mod_charset_lite.xml
docs/manual/mod/mod_charset_lite.xml.ko

index a6cc7256723b7ba6d260b0d595663d7e3b9ae773..f8a47cdf6ee37f4585967287c06c2141c857c6b6 100644 (file)
       &lt;/Directory&gt;
     </code></p></div>
 
+     <div class="note">
+     Specifying the same charset for both <code class="directive"><a href="#charsetsourceenc">CharsetSourceEnc</a></code>
+     and <code class="directive"><a href="#charsetdefault">CharsetDefault</a></code> disables translation. The charset
+     need not match the charset of the response, but it must be a valid charset on the system.
+     </div>
+
+
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="CharsetOptions" id="CharsetOptions">CharsetOptions</a> <a name="charsetoptions" id="charsetoptions">Directive</a></h2>
 
     <p>The character set names in this example work with the iconv
     translation support in Solaris 8.</p>
+     <div class="note">
+     Specifying the same charset for both <code class="directive"><a href="#charsetsourceenc">CharsetSourceEnc</a></code>
+     and <code class="directive"><a href="#charsetdefault">CharsetDefault</a></code> disables translation. The charset
+     need not match the charset of the response, but it must be a valid charset on the system.
+     </div>
+
 
 </div>
 </div>
index 9e86510546cfb04d7a267ab189021b1b65bf9cc9..ca5c96e8a9d62417a9de8f7d2bd48d786312d80a 100644 (file)
 
     <p>The character set names in this example work with the iconv
     translation support in Solaris 8.</p>
+     <note>
+     Specifying the same charset for both <directive module="mod_charset_lite">CharsetSourceEnc</directive>
+     and <directive module="mod_charset_lite">CharsetDefault</directive> disables translation. The charset
+     need not match the charset of the response, but it must be a valid charset on the system.
+     </note>
+
 </usage>
 </directivesynopsis>
 
       </indent>
       &lt;/Directory&gt;
     </example>
+
+     <note>
+     Specifying the same charset for both <directive module="mod_charset_lite">CharsetSourceEnc</directive>
+     and <directive module="mod_charset_lite">CharsetDefault</directive> disables translation. The charset
+     need not match the charset of the response, but it must be a valid charset on the system.
+     </note>
+
 </usage>
 </directivesynopsis>
 
index fde5a6473e3b5a5d36da3e8a94061dc32d194041..681b718a27ed49ae0a5f56588b2841723b161869 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 151408:740044 (outdated) -->
+<!-- English Revision: 151408:829664 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more