@@ -16,10 +16,11 @@ */ @interface OFString: OFObject { char *string; size_t length; + BOOL is_utf8; } /** * Creates a new OFString. *