return ''.join(aChar
for aChar in unicodedata.normalize('NFD', unistr)
if not unicodedata.combining(aChar))
def ocesat(text, mezery=True):
return ''.join(aChar
for aChar in unicodedata.normalize('NFD', unistr)
if not unicodedata.combining(aChar))
def ocesat(text, mezery=True):