2009/7/26 Robert Kawecki <thewande...@gim11.pl>:
> (notice the comma) can not. When run with locale pl_PL (we use commas to
> separate the fractional part), Perl is unable to convert status string
> received from the child process, hence the warning message with hex (0x30 0x2c
> is zero comma), but with LANG set to C, the warning disappears. At least
> that's what my testing has shown.

I was thinking the same. In the past, I had a similar problem, and
hence to solve it, there is a

setlocale(LC_NUMERIC, "C");

call to make sure everything stays in the same system internally.

Starting with gscan2pdf with

LC_ALL=de_DE.UTF-8 bin/gscan2pdf --debug

should reproduce the problem, but doesn't - I have everything in
German, but I don't get the error message on import.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to