rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: Rafi on September 11, 2003, 10:07:36 PM

Title: HFS cannot handle file names with Hebrew chars
Post by: Rafi on September 11, 2003, 10:07:36 PM
Here is a file name on a win98 Hebrew enabled system, that includes hebrew characters:

test_hebrew_àáâãä.txt

When you try t o "Save as" such a file - the browser -  pops up with an error dialog!

Can you check this ?
Title: HFS cannot handle file names with Hebrew chars
Post by: rejetto on September 14, 2003, 02:13:46 PM
checked

the request made by the browser is something like this
GET/test_hebrew_àáâãä.zip

as you can see the name is changed, i think it is something like UTF encoding, thus HFS does not recognize the file name.
and it seems mozilla does not encode anything, but IE and Opera do.
i made a little encoding table for àèìòù, but i don't think it is a good idea to go this way.
could someone help me?