Re: cygwin 2.4.1: broken ps_AF and ps_AF.utf8 locales

2016-02-08 Thread Corinna Vinschen
On Feb 2 15:32, Tony Cook wrote: > Hi list, > > Simplified to a C program below, calls to sprintf() under the ps_AF > and ps_AF.utf8 locales are returning a value that doesn't match the > length of the formatted string: > > tony@phobos ~ > $ cat ps_AF.c > #include > #include > #include > > i

Re: cygwin 2.4.1: broken ps_AF and ps_AF.utf8 locales

2016-02-02 Thread Tony Cook
Achim Gratz said: > You've been digging at the Perl locale test fails? More that Karl Williamson was, I just turned it into a report. Tony -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Un

Re: cygwin 2.4.1: broken ps_AF and ps_AF.utf8 locales

2016-02-02 Thread Achim Gratz
Tony Cook develop-help.com> writes: > Simplified to a C program below, calls to sprintf() under the ps_AF > and ps_AF.utf8 locales are returning a value that doesn't match the > length of the formatted string: You've been digging at the Perl locale test fails? :-) Regards, Achim. -- Problem

cygwin 2.4.1: broken ps_AF and ps_AF.utf8 locales

2016-02-01 Thread Tony Cook
Hi list, Simplified to a C program below, calls to sprintf() under the ps_AF and ps_AF.utf8 locales are returning a value that doesn't match the length of the formatted string: tony@phobos ~ $ cat ps_AF.c #include #include #include int main(int argc, char **argv) { char buf[100]; char *lo