fts-icu.h revision d3acad538059ba27f269d390516be7e9fb44294f
#ifndef HAVE_FTS_ICU_H
#define HAVE_FTS_ICU_H
/* Convert UTF-8 input to UTF-16 output. The dest_utf16 contains UChars. */
/* Convert UTF-16 input to UTF-8 output. */
unsigned int src_len);
/* Run ICU translation for the string. Returns 0 on success, -1 on error. */
const char **error_r);
/* Free all the memory used by ICU functions. */
void fts_icu_deinit(void);
#endif