New question #181657 on Sikuli: https://answers.launchpad.net/sikuli/+question/181657
Hello, I saved this line in a txt file. "Fiber / Site Yöneticilerine 24 ay Ücretsiz Fiber Internet - Generic" ö,Ü are special characters. When I tried to compile the code below I got this result "Fiber / Site Y�neticilerine 24 ay �cretsiz Fiber Internet - Generic" Here is my code: fiberSunulariLoc="C:\\Users\\Onur\\Desktop\\SIKULI_PROJs\\Config\\FiberSunuListesi.txt" fiberLocationIDFile=open(fiberLocationIDLoc,'r') fiberLocationIDArr=list(fiberLocationIDFile.readlines()) fiberLocationIDFile.close() print(fiberLocationIDArr[0]) I need your help to solve this problem. Thanks in advance. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

