@@ -1126,10 +1126,11 @@ @end #ifdef __cplusplus extern "C" { #endif +extern of_string_encoding_t of_string_parse_encoding(OFString*); extern size_t of_string_utf8_encode(of_unichar_t, char*); extern ssize_t of_string_utf8_decode(const char*, size_t, of_unichar_t*); extern size_t of_string_utf16_length(const of_char16_t*); extern size_t of_string_utf32_length(const of_char32_t*); #ifdef __cplusplus