When trying to output to a .csv file, exceptions are raised such as:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xb1 in position 0: ordinal
not in range(128)
This looks to be due to the binary passwords in the keychain trying to be
handled as ASCII inside the render_password function in keychain.py
Attached is a patch for keychain.py that resolved the issue for me (patch
created with diff)
Original issue reported on code.google.com by 0x56.0x6...@gmail.com on 18 Nov 2011 at 4:15
Original issue reported on code.google.com by
0x56.0x6...@gmail.com
on 18 Nov 2011 at 4:15Attachments: