ObjFW
Loading...
Searching...
No Matches
NSString(OFObject) Category Reference

Support for bridging an NSString to an OFString. More...

#include <ObjFWBridge/ObjFWBridge.h>

Detailed Description

Support for bridging an NSString to an OFString.

Unfortunately, they need to be copied, as NSString is not capable of handling UCS-4 properly (a character of NSString is only 2 bytes, while a character of OFString is 4).


The documentation for this category was generated from the following file: