# Pastebin emXPECEw >>> from unidecode import unidecode >>> >>> unidecode("Blümchen") 'Blumchen' >>> unidecode("モーニング娘。") 'moninguNiang . ' >>>