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
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
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
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
4 matches
Mail list logo