]> git.notmuchmail.org Git - notmuch/blob - util/unicode-util.h
emacs: Add new option notmuch-search-hide-excluded
[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 #ifdef __cplusplus
8 extern "C" {
9 #endif
10
11 /* The utf8 encoded string would tokenize as a single word, according
12  * to xapian. */
13 bool unicode_word_utf8 (const char *str);
14 typedef gunichar notmuch_unichar;
15
16 #ifdef __cplusplus
17 }
18 #endif
19 #endif