It would be very nice to have full RFC3986 support, allowing for unicode URLs.
Unfortunately for us all, there does not appear to be an easy way to do this: Curl doesn't allow for it (you have to do the URI <--> IRI conversion specified in the RFC manually). There is a library for this, but implementing this properly is full of all kinds of ugly, painful gotchas... and hasn't been requested yet.
There is an RFC3986 library for python but goodness knows what changes would be needed to incorporate it.
Tests are in place as of the 1.7.x branches (unicode-tests).
It would be very nice to have full RFC3986 support, allowing for unicode URLs.
Unfortunately for us all, there does not appear to be an easy way to do this: Curl doesn't allow for it (you have to do the URI <--> IRI conversion specified in the RFC manually). There is a library for this, but implementing this properly is full of all kinds of ugly, painful gotchas... and hasn't been requested yet.
There is an RFC3986 library for python but goodness knows what changes would be needed to incorporate it.
Tests are in place as of the 1.7.x branches (unicode-tests).