python $ pip install Unidecode python from unidecode import unidecode python text_ascii = unidecode(text) python print(text_ascii) Ni Hao, Shi Jie!