Hacker News new | ask | show | jobs
by ricardoscotland 2835 days ago
I've touched on a few URL parsing issues lately. Valid UTF-8 code points depending on TLD and determining the user level of the host e.g. 3rd level for co.uk seem to require gathering a bunch of disparate sources and making a best guess.

I agree it's a large task, and it'll be interesting to see the scope of libcurl's API for it.