标签: python-3.x tkinter character-encoding
我试图用Tkinter制作记事本应用程序,打开文件时遇到问题。例如,“ä”,“ö”和“å”等字符显示为“ä”。 如何更改编码以使这些字符正确显示?
logout() { localStorage.removeItem('id'); this.router.navigate(["/login"]); }