mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Implement +[NSCharacterSet newlineCharacterSet]
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29219 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c5103403f6
commit
d4cee6fc57
4 changed files with 14299 additions and 5867 deletions
|
@ -92,6 +92,14 @@ extern "C" {
|
|||
*/
|
||||
+ (NSCharacterSet*) lowercaseLetterCharacterSet;
|
||||
|
||||
#if OS_API_VERSION(GS_API_MACOSX, GS_API_LATEST)
|
||||
/**
|
||||
* Returns a character set containing the newline characters, values
|
||||
* 0x000A and 0x000D and nextline 0x0085 character.
|
||||
*/
|
||||
+ (NSCharacterSet*) newlineCharacterSet;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Returns a character set containing characters for diacritical marks, which
|
||||
* are usually only rendered in conjunction with another character.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue