7bit to 8bit

Daniel Roth d00roth at dtek.chalmers.se
Wed Apr 14 23:05:05 EDT 2004


Hi all!

seems like I've searched the whole net but still not found an answer to 
this question:
how do one easy convert a 8bit-text, which by python seems to be in 
7bit, to 8bit? I want to convert '=F6' to 'ö', '=E4' to 'ä' and so on.
of course without doing a replace for all those characters.

Daniel



More information about the Python-list mailing list