mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
More characterset tidyups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20858 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
59851fd34f
commit
51480e59e8
7 changed files with 27 additions and 6 deletions
|
@ -96,10 +96,12 @@
|
|||
*/
|
||||
+ (NSCharacterSet*) punctuationCharacterSet;
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
/**
|
||||
* Returns a character set containing mathematical symbols, etc..
|
||||
*/
|
||||
+ (NSCharacterSet*) symbolAndOperatorCharacterSet;
|
||||
+ (NSCharacterSet*) symbolCharacterSet;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Returns a character set that contains the uppercase characters.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue