@@ -85,10 +85,15 @@ - initWithString: (OFString*)str { @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; } + +- (BOOL)isUTF8 +{ + return YES; +} - (void)addMemoryToPool: (void*)ptr { @throw [OFNotImplementedException newWithClass: isa selector: _cmd];