WebClient can't open urls with encoding?
yliu
11 Jul 2012
also..
fansh>WebClient(Uri.decode("http://en.wikipedia.org/wiki/C%2B%2B")).getStr
doesn't work either.
brian
11 Jul 2012
Fantom Uri literals aren't expressed in encoded form. See http://fantom.org/doc/sys/Uri.html class header docs for full description. In your case you would need to decode that from Uri.decode
yliu
11 Jul 2012
When I try this
I get a 403 error. Any suggestions?