How can I generate a url which every browser understands, even when I have to deal with arabic/chinese/... filenames?
e.g.
http://someserver.com/files/somehash/لوحة المفاتيح العربية.jpg
I also need to download these files and store them with their original name on the file system; do I have to rename it manually or does the downloadstream handle this for me (I have to connect with a ASCII string to the server so that he understands the filename)...
Thanks for any help!