network-uri icon indicating copy to clipboard operation
network-uri copied to clipboard

Parsing URIs with unicode symbols fails

Open nikita-volkov opened this issue 10 years ago • 1 comments

Prelude Network.URI> parseURI "http://ex.com/?drink=Øl"
Nothing

nikita-volkov avatar May 05 '15 20:05 nikita-volkov

IRIs are a distinct thing with a separate spec, and existing users might expect them to fail to parse. So, if we do support this, we should probably do it as a separate entry point. Also, you'd probably want the service of an IRI to URI conversion, so that you can actually send it in things like HTTP requests. So, I'm thinking of this as more of a feature request than a bug, and it might require a bit of doing to get implemented.

ezrakilty avatar May 26 '15 02:05 ezrakilty