notmuch/bindings
Sebastian Spaeth 687366b920 python: represent message tags as unicode instances
Rather than returning simply strings and having to guess their encoding,
return explicit unicode() strings for the tags. Xapian stores UTF8, so
we know that they come as UTF8 encoded string.

Note: I tried to directly use the c_wchar_p type of the ctypes library
which translates directly into an unicode type, but that did not work
out so well, so we take c_char_p and .decode() them manually.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-07-11 15:02:12 +02:00
..
go update for go-release-2011-02-01: 2011-02-03 09:36:58 +01:00
python python: represent message tags as unicode instances 2011-07-11 15:02:12 +02:00
ruby ruby: Add generated files to .gitignore 2011-02-03 01:40:38 +02:00