I have some files on a server with non-ASCII names and when I'm browswing the apache-generated index of a directory, the non-ASCII characters are not recognized (shown as ?).
I've added instructions in the .htaccess files :
IndexOptions Charset=UTF-8
I've set the default charset in apache2 conf file :
AddDefaultCharset UTF-8
and in my directory clause, I have :
AllowOverride AuthConfig Indexes
and it's still not working, any other suggestions ?