mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
55aa234ddb
commit
afb5488c8b
6 changed files with 229 additions and 14 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue