aboutsummaryrefslogtreecommitdiff
path: root/util/unicode-util.h
AgeCommit message (Collapse)Author
2021-09-04util/unicode: allow calling from C++David Bremner
The omission of the 'extern "C"' machinery seems like an oversight.
2019-05-25util: add unicode_word_utf8David Bremner
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.