fts-icu.h revision bf698b98d3a3a1eced66cc682c449f23bf2b67d0
#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);
#endif