All tests passing. Implementation of string and nscharacterset methods completed

This commit is contained in:
Gregory John Casamento 2019-04-12 08:46:41 -04:00
parent f1b48541ae
commit 298f87d24e
4 changed files with 54 additions and 27 deletions

View file

@ -802,10 +802,10 @@ typedef NSUInteger NSStringEncodingConversionOptions;
- (const char *)UTF8String;
#endif
// #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST)
// #if OS_API_VERSION(MAC_OS_X_VERSION_10_9,GS_API_LATEST)
- (NSString *) stringByAddingPercentEncodingWithAllowedCharacters: (NSCharacterSet *)aSet;
- (NSString *) stringByRemovingPercentEncoding;
//#endif
//#endif
#if OS_API_VERSION(MAC_OS_X_VERSION_10_3,GS_API_LATEST)
/** Not implemented */