Index: src/OFString.h ================================================================== --- src/OFString.h +++ src/OFString.h @@ -654,13 +654,13 @@ * @return The OFString as a UTF-8 encoded C string */ - (const char *)UTF8String OF_RETURNS_INNER_POINTER; /*! - * @brief Returns the length of the string in Unicode characters. + * @brief Returns the length of the string in Unicode codepoints. * - * @return The length of the string in Unicode characters + * @return The length of the string in Unicode codepoints */ - (size_t)length; /*! * @brief Returns the number of bytes the string needs in the specified