Am Freitag, 12. Oktober 2007 16:33:09 schrieb Roman: > Author: troman > Date: Fri Oct 12 16:33:08 2007 > New Revision: 2546 > > URL: http://svn.gna.org/viewcvs/warzone?rev=2546&view=rev > Log: > - set LC_NUMERIC in the setlocale() call to accept a period as a radix for > floating point numbers instead of a comma - replaced setlocale(LC_ALL, "") > with setlocale(LC_MESSAGES, ""), as suggested by Devurandom When you only set LC_MESSAGES and nothing else it did not work? Since the way it is now, everything should be C, but LC_MESSAGES, which should have the environment value. So you wouldn't need to set LC_NUMERIC explicitly...
--Dennis
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Warzone-dev mailing list [email protected] https://mail.gna.org/listinfo/warzone-dev
