@@ -280,11 +280,11 @@ #ifdef OF_HAVE_FILES - (void)parseFile: (OFString *)path { OFFile *file = [[OFFile alloc] initWithPath: path - mode: @"rb"]; + mode: @"r"]; @try { [self parseStream: file]; } @finally { [file release]; }