mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-21 12:41:19 +00:00
Skeletal implementation of new characterset and screen methods.
This commit is contained in:
parent
0a77ddb0d2
commit
41f4fa411a
4 changed files with 67 additions and 0 deletions
|
@ -1949,6 +1949,16 @@ GSICUCollatorOpen(NSStringCompareOptions mask, NSLocale *locale)
|
|||
return s;
|
||||
}
|
||||
|
||||
- (NSString *) stringByAddingPercentWithAllowedCharacters: (NSCharacterSet *)aSet
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSString *) stringByRemovingEscapeEncoding
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructs a new string consisting of this instance followed by the string
|
||||
* specified by format.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue