ObjFW
|
Support for bridging an OFString to an NSString. More...
#include <ObjFWBridge/ObjFWBridge.h>
Support for bridging an OFString to an NSString.
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).