[EMAIL PROTECTED] Re: How to translate UTF-8 URLs into ISO-8859-1 filenames

2007-04-26 Thread Stefan Wachter
Hi Eric, thanks for the advice. I had a look on external RewriteMap programs. This will become an option if my current solution reaches its limit. Now I simply store the files whose filenames contain non-ascii characters two times. One time they are stored with an UTF-8 encoded filename and a

[EMAIL PROTECTED] How to translate UTF-8 URLs into ISO-8859-1 filenames

2007-04-24 Thread Stefan Wachter
Hi all, I have a filesystem with its filenames encoded using ISO-8859-1. The files are to be accessed by an Httpd 2.0. As far as I understood Httpd accepts UTF-8 encoded URLs and can use these URLs to access files (e.g. by an Alias directive). Is it possible to translate the UTF-8 encoded UR