@@ -189,10 +189,15 @@ /** * \return The OFString as a UTF-8 encoded C string */ - (const char*)cString; +/** + * \return The length of the string in Unicode characters + */ +- (size_t)length; + /** * \return The length of the string which cString would return */ - (size_t)cStringLength;