bug-datamash
[Top][All Lists]
Advanced

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

[Bug] the "getnum" operation does not work correctly in the de_DE.UTF-8


From: Erik Auerswald
Subject: [Bug] the "getnum" operation does not work correctly in the de_DE.UTF-8 locale
Date: Sun, 17 Jul 2022 15:39:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

Hi,

the "getnum" operation does not work correctly in the de_DE.UTF-8
locale:

    $ locale | grep -e ALL -e NUMERIC
    LC_NUMERIC=de_DE.UTF-8
    LC_ALL=
    $ echo bar-1.2soom | env LC_ALL=C ./datamash getnum 1
    1.2
    $ echo bar-1.2soom | ./datamash getnum 1
    1
    $ echo bar-1,2soom | ./datamash getnum 1
    1

Thanks,
Erik



reply via email to

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