bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Locale dependant bug (?) with numeric input in gawk-3.1.3


From: Michael Mauch
Subject: Locale dependant bug (?) with numeric input in gawk-3.1.3
Date: Mon, 26 Apr 2004 16:43:06 +0200
User-agent: Mutt/1.5.6i

Hi,

% echo 0.1 0,1 | LC_ALL=de_DE gawk '{ print $1+1, $2+1 }'
1 1

I think gawk should recognize one of the formats "0.1" or "0,1" as a
number, but it doesn't seem to do so.

Regards...
                Michael




reply via email to

[Prev in Thread] Current Thread [Next in Thread]