replace text in unicode string - Post.Byes

I'm having problems replacing text in a unicode string. Here's the code: # -*- coding: cp1252 -*- titel = unicode("ä", "iso-8859-1") print titel print type(titel) titel.replace("ä", "a") When i run this program I get this error: titel.replace("ä&qu…