]> git.notmuchmail.org Git - notmuch/blob - util/unicode-util.h
legacy-display: accept text/plain legacy display parts
[notmuch] / util / 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