Base64 encoding/decoding [solve]

Oliver Kurz olku at web.de
Thu Mar 18 04:15:47 EST 2004


Hello,

I found the problem. 

I uses MimeText and Encode.encode_base64. And it seems, that this combination converted the base64 string through quoted_printable. Which causes that == at the end was converted to =3D=3D. So ... the base64.decodestring-Function failed. 

But I'm still looking for a good tutorial or howto, where is describe howto handle different charsets and convert them to a specific one. 

--
Oliver Kurz





More information about the Python-list mailing list