]> git.notmuchmail.org Git - notmuch/commit
util: add unicode_word_utf8
authorDavid Bremner <david@tethera.net>
Tue, 26 Mar 2019 02:07:24 +0000 (23:07 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 25 May 2019 09:51:12 +0000 (06:51 -0300)
commit781125c9e92a2b9a2b9fbe54adec28ddb60f35b1
tree5625ddaa918acc0eec1b22a5d551c624fcefb311
parent46ab6013a29233b32dba49cf9c50e70fd02db1c3
util: add unicode_word_utf8

This originally use Xapian::Unicode::is_wordchar, but that forces
clients to link directly to libxapian, which seems like it might be
busywork if nothing else.
util/Makefile.local
util/unicode-util.c [new file with mode: 0644]
util/unicode-util.h [new file with mode: 0644]