[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSDecimalSeparator
From: |
Andreas Höschler |
Subject: |
Re: NSDecimalSeparator |
Date: |
Tue, 11 May 2010 22:41:44 +0200 |
Hi all,
I have set up a new system (Solaris/GNustep). Users want numbers to be
formated with , for the decimal separator and I again have no clue how
and where to set that. I have followed the trace up to
NSScanner::locale
loc = [[NSUserDefaults standardUserDefaults]
dictionaryRepresentation];
loc containing a corresponding value for the key NSDecimalSeparator. I
have just not found out how this is deternimed and set? Which unix
environment variables is GNUstep bas echecking to set a default for
this key?
Found it, at least a solution I can live with.
defaults write NSGlobalDomain NSDecimalSeparator ","
Thanks,
Andreas
- NSDecimalSeparator, Andreas Höschler, 2010/05/11
- Re: NSDecimalSeparator,
Andreas Höschler <=
- Re: NSDecimalSeparator, Fred Kiefer, 2010/05/11
- Re: NSDecimalSeparator, Andreas Höschler, 2010/05/11
- Re: NSDecimalSeparator, Lars Sonchocky-Helldorf, 2010/05/11
- Re: NSDecimalSeparator, Andreas Höschler, 2010/05/11
- Re: NSDecimalSeparator, Robert Slover, 2010/05/11
- Re: NSDecimalSeparator, Robert Slover, 2010/05/11