Skeletal implementation of new characterset and screen methods.

This commit is contained in:
Gregory John Casamento 2019-04-08 07:36:38 -04:00
parent 0a77ddb0d2
commit 41f4fa411a
4 changed files with 67 additions and 0 deletions

View file

@ -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.