ObjFW  Diff

Differences From Artifact [e6ca89128e]:

To Artifact [ed3760d524]:


38
39
40
41
42
43
44

45
46
47
	size_t _casefoldingTableSize;
	size_t _decompositionTableSize;
	size_t _decompositionCompatTableSize;
}

- (void)parseUnicodeData;
- (void)parseCaseFolding;

- (void)writeTablesToFile: (OFString *)path;
- (void)writeHeaderToFile: (OFString *)path;
@end







>



38
39
40
41
42
43
44
45
46
47
48
	size_t _casefoldingTableSize;
	size_t _decompositionTableSize;
	size_t _decompositionCompatTableSize;
}

- (void)parseUnicodeData;
- (void)parseCaseFolding;
- (void)applyDecompositionRecursivelyForTable: (OFString *[0x110000])table;
- (void)writeTablesToFile: (OFString *)path;
- (void)writeHeaderToFile: (OFString *)path;
@end