From: Yves M. <yme...@li...> - 2004-12-29 16:56:46
|
> Please edit libpp_mysql/dbms.c > > Near the top please add: > > #include <locale.h> > > Then after line 227 in function now_connect please add: > > setlocale(LC_NUMERIC, "POSIX"); > > Now please 'make' and let us know. > > To other members: > > Would any of you know which component effects this definition? Only the numeric format on localized builds of perfparse. In reality : nearly nothing. I have another question : cannot you ask mysql to read your queries as PO= SIX instead of localized ? Somebody knows how ? > Is this fix supported by FreeBSD, SUN and others if added to the > standard distribution? It should be. We already use setlocale() in perfparsed. Yves --=20 - Homepage - http://ymettier.free.fr - http://www.logicacmg.com - - GPG key - http://ymettier.free.fr/gpg.txt - - Maitretarot - http://www.nongnu.org/maitretarot/ - - Perfparse - http://perfparse.sf.net/ - |