Hi
I want to read a txt file and write its contents into a textbox. The problem is that the content of txt file is not in English and I have to change the encoding. So how could I change the encoding to utf-8 in my code?
Thank you.
I want to read a txt file and write its contents into a textbox. The problem is that the content of txt file is not in English and I have to change the encoding. So how could I change the encoding to utf-8 in my code?
Thank you.
Comment