@@ -18,11 +18,10 @@ @class OFString; @interface TableGenerator: OFObject { - OFString *unicodeData, *caseFolding; of_unichar_t uppercaseTable[0x110000]; of_unichar_t lowercaseTable[0x110000]; of_unichar_t titlecaseTable[0x110000]; of_unichar_t casefoldingTable[0x110000]; BOOL uppercaseTableUsed[0x1100]; @@ -33,11 +32,10 @@ size_t lowercaseTableSize; size_t titlecaseTableSize; size_t casefoldingTableSize; } -- (void)downloadFiles; - (void)parseUnicodeData; - (void)parseCaseFolding; - (void)writeTablesToFile: (OFString*)path; - (void)writeHeaderToFile: (OFString*)path; @end