in reply to download pdf from url which has unicode characters
Find out how the URL gets encoded and then use the encoded URL. Most likely, the characters get percent-encoded ( / becomes %2e etc.). Maybe you can write a Perl script using URI::Encode to do the proper encoding of the URL for you.
|
|---|