remove reference to NSBotmapCharacterSet

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20857 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-03-06 10:21:18 +00:00
parent 563b6a4282
commit aeffcad973

View file

@ -139,9 +139,9 @@
#ifndef STRICT_MACOS_X
/**
* Initializes from a bitmap. (See [NSBitmapCharSet].) File must have
* extension "<code>.bitmap</code>". (To get around this load the file
* into data yourself and use
* Initializes from a bitmap (4096 bytes representing 65536 values).
* File must have extension "<code>.bitmap</code>".
* To get around this load the file into data yourself and use
* [NSCharacterSet -characterSetWithBitmapRepresentation].
*/
+ (NSCharacterSet*) characterSetWithContentsOfFile: (NSString*)aFile;