@@ -85,11 +85,11 @@ * than those two ivars. */ struct of_string_ivars { char *cString; size_t cStringLength; - BOOL isUTF8; + BOOL UTF8; size_t length; } *restrict s; /* * Unused in OFString, however, OFConstantString sets this to SIZE_MAX * once it allocated and initialized the struct.