Open GoogleCodeExporter opened 8 years ago
Thanks for your comment. I think the problem is the locale on your system. In
English, it uses period as decimal point but in French it uses comma. What do
you see if you type "locale". I got this
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE=C
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
I'm not sure why yad uses French locale and bash uses English locale. Your fix
works for your situation but won't work for all I think. I'm not sure how to
fix this yet so I'll leave the script as is for now.
Tri
Original comment by tri...@gmail.com
on 3 Jan 2014 at 1:46
Original issue reported on code.google.com by
boitut...@gmail.com
on 2 Jan 2014 at 5:47