[REBOL] how to preserve url spaces?
From: petr::krenzelok::trz::cz at: 24-Jul-2001 8:12
Hi,
I just tried to download new mp3 songs (official ones :-) from one
band's website, and my Netscape told me files are missing. So I started
Mozilla, which downloads files for me. The problem with files is - it
has e.g. following name:
song2: "EverEve - E-Mania - Suzanne.mp3"
So, even I tried res: read join http://www.evereve.net/samples/ to-url
song2, I was not succesfull.
to-url song2 results in EverEve - E-Mania - Suzanne.mp3,
exactly the same string I can see Mozilla is downloading for me, but I
can't get it to work in Rebol. Do Rebol schemes convert above strings
back into spaces somehow? And if so - why? :-)
... let's make our rebol life easier :-)
-pekr-