Re: [EMAIL PROTECTED] Default Language autoindex output

2007-05-21 Thread Bob Scrachy
If I've been reading the support docs correction (whcih i probably haven't) the only thing AddCharset UTF-8 .utf8 does is define index.html files as having that particular charset. quote # Commonly used filename extensions to character sets. You probably # want to avoid clashes with the l

Re: [EMAIL PROTECTED] Default Language autoindex output

2007-05-21 Thread William A. Rowe, Jr.
Bob Scrachy wrote: > So I'm out of luck if i want to have french descriptions for files in my > apache generated index? not if you edit your httpd.conf in utf-8. Bill - The official User-To-User support forum of the Apache HTTP

Re: [EMAIL PROTECTED] Default Language autoindex output

2007-05-21 Thread Bob Scrachy
So I'm out of luck if i want to have french descriptions for files in my apache generated index? "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: Bob Scrachy wrote: > How does one change the default charset of autoindex to french characters? Rename your files. httpd on unix dumps them however

Re: [EMAIL PROTECTED] Default Language autoindex output

2007-05-21 Thread William A. Rowe, Jr.
Bob Scrachy wrote: > How does one change the default charset of autoindex to french characters? Rename your files. httpd on unix dumps them however you've encoded them. Most sane folks use utf-8 these days. - The official Use

[EMAIL PROTECTED] Default Language autoindex output

2007-05-21 Thread Bob Scrachy
How does one change the default charset of autoindex to french characters? Thank you ~Bob