On 5/13/19 12:10 PM, Dennis Clarke wrote:
> 
>>> I am sure I can crack out an acct for you on a production or dev server
>>> that is good ol Solaris 10 but it may be a waste of effort.
>>
>> I can try on
>>> uname -a
>> SunOS unstable10s 5.10 Generic_150400-17 sun4v sparc
>> SUNW,SPARC-Enterprise-T5220 Solaris
>>
>> Also, I can use 'cc' from Solaris.
>>
>> But please first give me the results from the tests I asked for in the
>> previous mail.
> 
> 
> Thought I did. I attached a compressed file in an email ... maybe it was
> stripped out by the gnu mailserver ?

I meant

Now, let's do some guessing / eliminating:
What happens when you change
-  FILE *fp = fopen(fname, "r");
+  FILE *fp = fopen(fname, "rb");
in tests/test-lookup.c and re-run the test ?

Do you see the same output as I do ?
~/libidn2 > src/.libs/idn2 -d xn--fze90fu1iw8r.1|od -t x1
0000000 e1 a2 a2 e1 9c 94 e1 b7 a6 e2 b4 87 2e 31 0a
0000017

~/libidn2 > src/.libs/idn2 -d xn--fze90fu1iw8r.1|src/.libs/idn2
xn--fze90fu1iw8r.1

This was one of your failing tests.


Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to