Hi Guillaume, On 08/07/2012 09:02 AM, Guillaume Zajac wrote: > --- > test/monitor-ofono | 4 +++- > 1 files changed, 3 insertions(+), 1 deletions(-) > git show 9f3f5bce6f89045918ae9b7fede66abf0c51d59e. Just set your terminal encoding to a UTF-8 based locale and be done with it. Quit trying to find python hacks. The only reason to use str() is to convert non-string types for easy printing. Of course calling str() on utf8 strings is still not going to work. There are plenty of places that still get this wrong, but this is not one of them. Regards, -Denis