]> git.notmuchmail.org Git - notmuch/blob - unicode-util.h
32d1e6ef693ae4cc5267b09d3dbf6641db03c2f0
[notmuch] / unicode-util.h
1 #ifndef UNICODE_UTIL_H
2 #define UNICODE_UTIL_H
3
4 #include <stdbool.h>
5 #include <gmodule.h>
6
7 /* The utf8 encoded string would tokenize as a single word, according
8  * to xapian. */
9 bool unicode_word_utf8 (const char *str);
10 typedef gunichar notmuch_unichar;
11
12 #endif