ObjFW
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
OFString(NSObject) Category Reference

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

#include <ObjFWBridge/ObjFWBridge.h>

Detailed Description

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).


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