markypeapod
Newbie
Posts: 1
Registered: 3/8/2006
Location: UK
Member Is Offline
|
| posted on 3/8/2006 at 11:36 AM |
|
|
Extended characters in Filenames, supported?
I have a zip file containing a file called BùffTiñg.jpg
(the two non-english chars are chr(249) and chr(241)
When I upload the zip file to my asp page it is essential that the zip component preserves the names of the original files, however the zip component
seems to think this file is called B—ffTi¤g.jpg
(changing the two chars to be chr(151) and chr(164)
Does anyone know how to stop this from happening please, I would be so so grateful.
I have tried other non-english chars in the extended character range and the zip component produces random changes to these character. Weird!
Thanks.
|
|
|
wit
Member
Posts: 24
Registered: 11/19/2004
Member Is Offline
|
| posted on 7/2/2006 at 03:53 AM |
|
|
Yes, it is supported. Just check zip object OEM property before save zip file. It should be set to true
|
|
|