#ifndef HAVE_FTS_ICU_H
#define HAVE_FTS_ICU_H
/* Convert UTF-8 input to UTF-16 output. */
const char *src_utf8);
/* 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);
/* Lowercase the given UTF-8 string. */
/* Free all the memory used by ICU functions. */
void fts_icu_deinit(void);
int fts_icu_transliterator_create(const char *id,
const char **error_r) ;
#endif