@@ -29,11 +29,11 @@ #import "OFMacros.h" #import "asprintf.h" /* Reference for static linking */ -void _reference_to_OFURLEncoding_in_OFString() +void _references_to_categories_of_OFString() { _OFURLEncoding_reference = 1; }; int @@ -369,10 +369,16 @@ @throw [OFNotImplementedException newWithClass: isa andSelector: _cmd]; } - appendCString: (const char*)str +{ + @throw [OFNotImplementedException newWithClass: isa + andSelector: _cmd]; +} + +- appendCStringWithoutUTF8Checking: (const char*)str { @throw [OFNotImplementedException newWithClass: isa andSelector: _cmd]; }