From: Daniel Earl Poirier Date: Thu, 4 Nov 2010 22:33:40 +0000 (+0000) Subject: Document the default value of mod_autoindex's CharSet option X-Git-Tag: 2.3.9~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=952e5bdefc20fd344ca38009db8ed055360cc27c;p=apache Document the default value of mod_autoindex's CharSet option 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 --- diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index e38f658349..c71fa0aef9 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -555,9 +555,10 @@ indexing
The Charset keyword allows you to specify the character set of the generated page. The - default is either ISO-8859-1 or UTF-8, - depending on whether the underlying file system is unicode - or not. + default is UTF-8 on Windows and Mac OS X, + and ISO-8859-1 elsewhere. + (It depends on whether the underlying file system + uses Unicode filenames or not.) Example: IndexOptions Charset=UTF-8