Hello I retrieve text based utf8 data from a foreign source which contains special chars such as u\"ıöüç\" while I want to normalize them to English such as
u\"ıöüç\"
import unicodedata unicodedata.normalize()
http://docs.python.org/library/unicodedata.html