On Wed, Oct 29, 2014 at 1:26 PM, Sam Ruby <ru...@intertwingly.net> wrote: > Here is another example (though it contains multiple parse errors): > > http://intertwingly.net/projects/pegurl/urltest-results/f3382f1412 > > The error being reported is that the host contains consecutive dot > characters (i.e., the 'label' between these characters is empty).
Yeah, that is a clearly an error. Only the last label can be empty. I suspect that part would fail somewhere in the IDNA code. The %3g bit will fail too because % is not allowed. -- https://annevankesteren.nl/