rejetto forum
Software => HFS ~ HTTP File Server => Topic started 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 ?
-
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?