On Thursday, October 06, 2016 00:13:03 rikki cattermole via Digitalmars-d wrote: > On 06/10/2016 12:12 AM, Basile B. wrote: > > It's not easy to make a true URI implementation, by "true" I mean > > "conform" with https://tools.ietf.org/html/rfc3986. > > Yeah the spec is quite nasty.
Yeah, like _far_ too many of the RFCs relating to the web, it's a mess. From what I recall, it's not even possible to parse a URL in a completely unambiguous manner. *sigh* - Jonathan M Davis
