Dirk:

> does anybody know a workaround to handle URIs with a escape character ^
>  like


escape it as %5E
Keep it as a string until you need it:

u:  
{http://ichart.yahoo.com/table.csv?s=%5eDJI&a=1&b=26&c=2004&d=1&e=25&f=2005&g=d&ignore=.csv}

read to-url u
== {Date,Open,High,Low,Close,Volume,Adj. Close*
24-Feb-05,10672.24,10779.39,10612.24,10748.79,15187500,10748.79
23-Feb-05,10609.28,... [snip]

Sunanda.
-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to