ObjFW  Diff

Differences From Artifact [a726909762]:

To Artifact [8e63730820]:


27
28
29
30
31
32
33
34
35


36
27
28
29
30
31
32
33


34
35
36







-
-
+
+

	size_t upperTableSize;
	size_t lowerTableSize;
	size_t casefoldingTableSize;
}

- (void)readUnicodeDataFileAtPath: (OFString*)path;
- (void)readCaseFoldingFileAtPath: (OFString*)path;
- (void)writeTablesToFileAtPath: (OFString*)file;
- (void)writeHeaderToFileAtPath: (OFString*)file;
- (void)writeTablesToFileAtPath: (OFString*)path;
- (void)writeHeaderToFileAtPath: (OFString*)path;
@end