]> granicus.if.org Git - apache/commitdiff
Document the default value of mod_autoindex's CharSet option
authorDaniel Earl Poirier <poirier@apache.org>
Thu, 4 Nov 2010 22:33:40 +0000 (22:33 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Thu, 4 Nov 2010 22:33:40 +0000 (22:33 +0000)
on various platforms.  Reported by Toralf Forster.  PR49675

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

docs/manual/mod/mod_autoindex.xml

index e38f658349161720237ea4ca5a8e54f5e9da37db..c71fa0aef98dc669b8fc6623713aaf56961c65c5 100644 (file)
@@ -555,9 +555,10 @@ indexing</description>
 
       <dd>The <code>Charset</code> keyword allows you to
       specify the character set of the generated page. The
-      default is either <var>ISO-8859-1</var> or <var>UTF-8</var>,
-      depending on whether the underlying file system is unicode
-      or not.
+      default is <code>UTF-8</code> on Windows and Mac OS X,
+      and <code>ISO-8859-1</code> elsewhere.
+      (It depends on whether the underlying file system
+      uses Unicode filenames or not.)
 
       <example><title>Example:</title>
         IndexOptions Charset=UTF-8