On Thursday, January 26, 2017 2:07:39 PM CET Nikos Mavrogiannopoulos wrote:
> On Thu, Jan 26, 2017 at 1:26 PM, Tim Ruehsen <tim.rueh...@gmx.de> wrote:
> > On Thursday, January 26, 2017 12:58:05 PM CET Nikos Mavrogiannopoulos 
wrote:
> >> Hi,
> >> 
> >>  What do you think of the following merge request:
> >>  https://gitlab.com/jas/libidn2/merge_requests/4
> >> 
> >> It introduces a (very-limited) compatibility API with libidn, allowing
> >> several applications to switch from IDNA2003 to IDNA2008 by changing
> >> idna.h with idn2.h.
> > 
> > I just pushed my work on
> > 
> >       idn2_to_unicode_8z4z
> >       idn2_to_unicode_4z4z
> >       idn2_to_unicode_44i
> >       idn2_to_unicode_8z8z
> >       idn2_to_unicode_8zlz
> >       idn2_to_unicode_lzlz
> > 
> > to branch 'decode' (some commits are to follow)...
> 
> Cool. Is the idn2_* intentional? I was thinking of providing
> compatibility in a way that sources do not need to be changed at all
> (i.e., provide an idna.h, and compatibility idna_* functions - which
> could also be wrappers). It would be very nice if we could compile
> programs that use libidn, using libidn2 without any changes (at least
> for the majority of them).
> 
> > If you agree I would (manually) merge your changes into that branch first.
> 
> I certainly do. Note that there few failures in the libidn testsuite,
> which I have put them in ifdef XXX. These are in tst_idna2.c, and
> tst_idna4.c. The tst_idna4.c failure has to do with ascii_to_8z in
> libidn2 allowing multiple dots, while the tst_idn2.c failures are
> beyond my knowledge.

The tests from tst_idna2.c are already in test-lookup.c.
The tests from tst_idna3.c are now added to test-tounicode.c.

Regards, Tim

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Help-libidn mailing list
Help-libidn@gnu.org
https://lists.gnu.org/mailman/listinfo/help-libidn

Reply via email to