From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Wed, 22 Feb 2012 19:33:31 +0000 (+0100) Subject: NEWS: add entry for the improved unicode handling in the python bindings X-Git-Tag: debian/0.12_rc1-1~37 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=327892f5966157427f9f9081474eefec665c37fb NEWS: add entry for the improved unicode handling in the python bindings Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- diff --git a/NEWS b/NEWS index 403a310f..af5e9eaf 100644 --- a/NEWS +++ b/NEWS @@ -78,6 +78,12 @@ Python 3.2 compatibility The python bindings are now compatible with both python 2.5+ and 3.2. +Added missing unicode conversions + + Python strings have to be encoded to and decoded from utf-8 when + calling libnotmuch functions. Porting the bindings to python 3.2 + revealed a few function calls that were missing these conversions. + Build fixes -----------