put "/Volumes/Catalogues/Numéros/Série CO Cata/CO0501/CO 531 10A c011 6x~.jpg" into TheURL
put "http://" & urlEncode("catalogue.photographex.com/Numéros/Série CO Cata/CO0501/CO 531 10A c011 6x~.jpg") into TheURL
The returned result is:
“http://catalogue.photographex.com/Numcatalogue.photographex.com/Num√©ros/Scatalogue.photographex.com/Num√©ros/S√©rie%20CO%20Cata/CO0501/CO%20531%2010A%20c011%206x~.jpg”
Which is obviously an incorrect conversion, as the right conversion may looks like this:
“http://catalogue.photographex.com/Numéros/Série%20CO%20Cata/CO0501/CO%20531%2010A%20c011%206x~.jpg”
What would be the right way to get a valid conversion with s file path with extended ASCII characters?
Thanks for your help and suggestions!
Regards
André
Actually I think the fully encoded URL should look like this:
I'll send you a fix to confirm it works at your end too...