#MAPBENDER IRC Log - 2008-07-01

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
00:21:44 mandsch: Testbaudson: short update on the numeric problem with i18n?
00:21:54 mandsch: Testbaudson: sorry: Moin!
00:22:52 Testbaudson: hi mandsch
00:23:09 Testbaudson: I'm eagerly listening!
00:23:11 mandsch: I did some tests with sprintf
00:23:40 mandsch: that works, but it would mean to use it everywehere where we expect floats ...
00:23:49 mandsch: i am trying at the moment:
00:24:03 mandsch: if ( $localeConfig["decimal_point"]!="." ) {
00:24:04 mandsch: setlocale( LC_NUMERIC,"C" );
00:24:06 mandsch: }
00:24:20 Testbaudson: clever
00:24:23 mandsch: and i wanted to know whether you think this could work for the rest also?
00:24:44 mandsch: it works for me in this module at the moment...
00:24:54 mandsch: the gui ( gui1 ) also loads fine
00:25:24 mandsch: i packed this in class_locale just after setting LC_ALL
00:30:59 Testbaudson: sorry, now I'm back
00:31:52 Testbaudson: I think this is very clever
00:32:04 Testbaudson: we should add this to trunk
00:32:13 Testbaudson: ( or even 2.5 )?
00:32:37 mandsch: hmm
00:32:59 mandsch: i wonder why there is no one else, whi got this problem...
00:33:15 Testbaudson: I had this problem with constants in system.php
00:33:26 Testbaudson: but I changes 2.5 to "2.5"...haha
00:33:30 Testbaudson: but I changed 2.5 to "2.5"...haha
00:34:07 mandsch: :- )
00:34:11 Testbaudson: I guess i18n is still very experimental...hardly anyone is using it
00:35:12 mandsch: yes, probably
00:35:44 mandsch: and it is set to false in default conf, isn't it?
00:35:59 mandsch: so, i think we should put in 2.5 also
00:37:00 mandsch: I'm testing a little bit more, and let you know, when i checked sth in my branch
00:49:08 Testbaudson: thanks a lot!!