[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libidn2 and idna-to-unicode
From: |
Simon Josefsson |
Subject: |
Re: libidn2 and idna-to-unicode |
Date: |
Mon, 16 May 2011 09:13:40 +0200 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) |
Mario Wilkens <address@hidden> writes:
> hello,
>
> first thanks for this great lib. I just wanted to know if there is
> also an option like in libidn1:
>
> /usr/bin/idn --idna-to-unicode xn--mller-kva
> Result: müller
>
> when i do it with libidn2 then is input == output
>
> /usr/local/bin/idn2 xn--mller-kva
> Result: xn--mller-kva
>
> and i don't found any flag which i can use.
There is no such interface right now -- as far as I recall, IDNA2008
does not describe how to convert a IDN to a Unicode string. I'll bring
this up on the IETF list to see if I missed anything obvious..
/Simon