@@ -332,10 +332,11 @@ length++; return length; } +#ifdef OF_HAVE_UNICODE_TABLES static OFString * decomposedString(OFString *self, const char *const *const *table, size_t size) { OFMutableString *ret = [OFMutableString string]; void *pool = objc_autoreleasePoolPush(); @@ -362,10 +363,11 @@ objc_autoreleasePoolPop(pool); return ret; } +#endif @implementation OFString_placeholder - (instancetype)init { return (id)[[OFString_UTF8 alloc] init];