Date: Wed, 01 Dec 2010 19:18:40 -0200 From: Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> To: gnome@freebsd.org Subject: gcalctool. Message-ID: <1291238320.5187.6.camel@localhost>
next in thread | raw e-mail | index | archive | help
Hello , gcalctool have an error. When you use locale other than C, or en, in my case pt_BR, the calculator does not understand decimal point. For example: in my locale (pt_BR) the decimal point is "," (comma) if I type 2/0,001 the answer is 2 (wrong) if I type 2/0.001 (I am unable to type ".") and the answer is 2 if I change the LANG and LC_ALL to "C" and type 2/0.001 (this time it accepts the ".") the answer is 2000 (correct). Thanks for any help with the software, Sergio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1291238320.5187.6.camel>