@@ -1875,18 +1875,16 @@ { OFObject *object = [[[OFObject alloc] init] autorelease]; of_unichar_t *ret; size_t i, j; - ret = [object allocMemoryForNItems: s->length + 2 + ret = [object allocMemoryForNItems: s->length + 1 ofSize: sizeof(of_unichar_t)]; i = 0; j = 0; - ret[j++] = 0xFEFF; - while (i < s->cStringLength) { of_unichar_t c; size_t cLen; cLen = of_string_utf8_to_unicode(s->cString + i,