I have included a patch that seems to cure the unicode issues I've encountered so far. I am no python wizkid, but it seems to do the trick!
Regards, - Sam
437a438,442 > import sys > if sys.getdefaultencoding() == 'ascii': > mustencode = True > else: > mustencode = False 438a444,445 > if mustencode: > i = i.decode('ascii', 'replace')