@@ -193,11 +193,11 @@ + (instancetype)stringWithUnicodeString: (const of_unichar_t*)string byteOrder: (of_byte_order_t)byteOrder length: (size_t)length; /*! - * @brief Creates a new OFString from a UTF-16 encoded string. + * @brief Creates a new OFString from a big endian UTF-16 encoded string. * * @param string The UTF-16 string * @return A new autoreleased OFString */ + (instancetype)stringWithUTF16String: (const uint16_t*)string; @@ -212,12 +212,12 @@ */ + (instancetype)stringWithUTF16String: (const uint16_t*)string byteOrder: (of_byte_order_t)byteOrder; /*! - * @brief Creates a new OFString from a UTF-16 encoded string with the specified - * length. + * @brief Creates a new OFString from a big endian UTF-16 encoded string with + * the specified length. * * @param string The UTF-16 string * @param length The length of the unicode string * @return A new autoreleased OFString */