Hi,
I have a file with non elglish characters.
when I use TextFile.ReadToString("AutoPlay\\Docs\\a.txt") the result is wrong: " Código de Pagamento" but the correct is "Código de Pagamento"
Reading the file with notepad is ok.
How to solve this?
Thanks
I have a file with non elglish characters.
when I use TextFile.ReadToString("AutoPlay\\Docs\\a.txt") the result is wrong: " Código de Pagamento" but the correct is "Código de Pagamento"
Reading the file with notepad is ok.
How to solve this?
Thanks
Comment