On 8/15/2010 12:15 AM, 3819...@gmail.com wrote:
> Hello all,
> 
> I upload files with FTP. It has Windows-874 characters in the filenames.

If this is a win32 server, you only thought it does.

All file names on Windows are Unicode.  Use the UTF-8 form of the name for
all links, this is how httpd looks at file names.

Hint: To get the correct encoding, enable Options Indexes and omit the
index.html file from a /test/ area on the site, and you'll see the literal
file name representations.

If the files are hosted on unix, the character set is opaque (undefined)
so you results will differ.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to