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

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

de locale floating point input


From: Eduard Hasenleithner
Subject: de locale floating point input
Date: Mon, 26 Apr 2004 00:41:02 +0200

If I send following numbers to "gawk '{print $1*1.0}'"
1,2
1,1
1,0
0,9
0,8
 I get following output
1,2
1,1
1
0
0

It seems that the last two numbers are interpreted wrong.

LANG=de_DE.UTF-8

Any ideas?





reply via email to

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