@@ -133,12 +133,10 @@ * good way to check for this other than reading the * entire archive. */ [(OFSeekableStream *)_stream seekToOffset: -1 whence: OFSeekEnd]; - - _encoding = OFStringEncodingISO8859_1; } @catch (id e) { [self release]; @throw e; }