From 952e5bdefc20fd344ca38009db8ed055360cc27c Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Thu, 4 Nov 2010 22:33:40 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_autoindex.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.40.0