From: matz@... (Yukihiro Matsumoto) Date: 2003-11-11T22:14:43+09:00 Subject: Re: to_s and locales in Gtk Hi, In message "to_s and locales in Gtk" on 03/11/11, Michael Neumann writes: |Using the Gtk test-runner some very strange errors happened during |running the xmlrpc4r tests. | |Indeed, xmlrpc4r and Gtk does not work together, as Gtk localizes the |output of the #to_s method, which results in my case that 3.4.to_s gives |"3,4" instead of the "3.4" I expected. Situation might change when you set LC_NUMERIC environment variable to "C". I really really hate "." and "," decimal point confusion. matz.