On Mon, 17 Mar 2014 17:08:28 +0000, Vincent Sanders wrote: > On Sat, Mar 15, 2014 at 03:42:34PM +0100, Chris Young wrote: > > This is my attempt at adding IDNA2008 support. It is in branch > > chris/idn-punycode (this is a condensed version but same as HEAD > > there). > > hi chris, thanks for taking a look at this, just fyi there is a > holding bug for this: > > http://bugs.netsurf-browser.org/mantis/view.php?id=1905
Cool, I've assigned it to myself now since I'm looking at it. > Overall I like the feature, hell if it were not for libidn2 I would > have already merged it. Perhaps someone else has an opinion better > thought through than mine. I thought that lib might be a sticking point, I had the same concerns as you about the embedded gnulib. I'll have a crack at implementing the spec myself, I don't think it's particularly complicated, and now I know my approach is good I'm willing to spend a bit more time on it. Chris