@@ -802,10 +802,15 @@ OF_HASH_ADD(hash, string[i]); OF_HASH_FINALIZE(hash); return hash; } + +- (OFString*)description +{ + return [[self copy] autorelease]; +} - (of_unichar_t)characterAtIndex: (size_t)index { of_unichar_t c;