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
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
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
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
How does one change the default charset of autoindex to french characters?
Thank you
~Bob