A couple of locale fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17167 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-07-07 09:05:53 +00:00
parent 55aa234ddb
commit afb5488c8b
6 changed files with 229 additions and 14 deletions

View file

@ -646,6 +646,10 @@ static Class doubleNumberClass;
return NSCopyObject(self, 0, zone);
}
/**
* Returns the string representation of this number using a non-localised
* conversion (decimal point is '.' irrespective of the locale).
*/
- (NSString*) description
{
return [self descriptionWithLocale: nil];