Python fügt Codierung für nicht englische Sprache wie Arabisch hinzu

with open ('NiftyList.txt', 'w', encoding="utf-8") as f:
    f.write(resp.text)
Confused Caiman