Using Python 2.5, I have some text in stored in a unicode object:
Dinis e Isabel, uma difı´cil relac¸a˜o conjugal e polı´tica
I think you are looking for this:
>>> import unicodedata >>> print unicodedata.normalize("NFC",u"c\u0327") ç