Mailing List Archive

2606bis (was: Mail::SPF 2.006)
Julian Mehnle wrote:

> TLDs with dashes (e.g., ".xn--wgv71a") are now correctly matched.

LOL, that spooked me when I *claimed* that my rxwhois client
supports the IDN test TLDs before they went live, and I later
found that the code trying to parse NIC handles matched input
with "-" before the code dealing with TLDs... ;-)

BTW, GNU libidn says that xn--wgv71a is no valid IDNA output.
Maybe take one of the 22 labels proposed in the 2606bis draft:

http://tools.ietf.org/html/draft-ellermann-idnabis-test-tlds#section-4

Frank



-------------------------------------------
Sender Policy Framework: http://www.openspf.org
Modify Your Subscription: http://www.listbox.com/member/
Archives: https://www.listbox.com/member/archive/735/=now
RSS Feed: https://www.listbox.com/member/archive/rss/735/
Powered by Listbox: http://www.listbox.com
Re: 2606bis [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Frank Ellermann wrote:
> Julian Mehnle wrote:
> > TLDs with dashes (e.g., ".xn--wgv71a") are now correctly matched.
>
> LOL, that spooked me when I *claimed* that my rxwhois client
> supports the IDN test TLDs before they went live, and I later
> found that the code trying to parse NIC handles matched input
> with "-" before the code dealing with TLDs... ;-)
>
> BTW, GNU libidn says that xn--wgv71a is no valid IDNA output.

Mine doesn't complain, not even with "--tld":

$ idn -u --tld .xn--wgv71a
libidn 1.8
Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008 Simon Josefsson.
GNU Libidn comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Libidn under the terms of
the GNU Lesser General Public License. For more information
about these matters, see the file named COPYING.LIB.
.日本

Or am I doing something wrong?

> Maybe take one of the 22 labels proposed in the 2606bis draft:
>
> http://tools.ietf.org/html/draft-ellermann-idnabis-test-tlds#section-4

I wasn't aware of that draft, thanks.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkip5lwACgkQwL7PKlBZWjvQ/QCfREPVkBtrnGPAdznAab7KkPfe
v7wAoIYR2Z01K21FeWhdTl3ptAwlM6CT
=rJ1k
-----END PGP SIGNATURE-----


-------------------------------------------
Sender Policy Framework: http://www.openspf.org
Modify Your Subscription: http://www.listbox.com/member/
Archives: https://www.listbox.com/member/archive/735/=now
RSS Feed: https://www.listbox.com/member/archive/rss/735/
Powered by Listbox: http://www.listbox.com
Re: 2606bis [ In reply to ]
Julian Mehnle wrote:

> $ idn -u --tld .xn--wgv71a
[...]
> .日本

> Or am I doing something wrong?

No, it was me, I used the wrong
"punycode decode" idn --debug --punycode-decode 'xn--wgv71a'
instead of the correct
"IDNA to Unicode" idn --debug --idna-to-unicode 'xn--wgv71a'
on the page <http://josefsson.org/idn.php/>. Not as fresh
as your version, it says 2005 and 0.5.13 ;-) It's nice how
the input shown above is aligned.

Frank



-------------------------------------------
Sender Policy Framework: http://www.openspf.org
Modify Your Subscription: http://www.listbox.com/member/
Archives: https://www.listbox.com/member/archive/735/=now
RSS Feed: https://www.listbox.com/member/archive/rss/735/
Powered by Listbox: http://www.listbox.com