mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-25 06:32:29 +00:00
Fixed decimal separator behavior in NSNumberFormatter... NSLocale tests requiring NSNumberFormatter should all work as expected, now.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31879 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c4a5305640
commit
8111e270df
3 changed files with 45 additions and 9 deletions
|
@ -736,7 +736,6 @@ static NSRecursiveLock *classLock = nil;
|
|||
if (mSys != nil)
|
||||
{
|
||||
[_components setValue: mSys forKey: NSLocaleMeasurementSystem];
|
||||
NSLog (@"%@", mSys);
|
||||
if ([mSys isEqualToString: @"Metric"])
|
||||
result = [NSNumber numberWithBool: YES];
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue