I have a text file saved as UTF-8 and when I try to read the file it gives me weird characters and not the correct characters (it contains Chinese characters). How can I make it give me the correct Chinese characters?
Option Explicit
Dim objFSO, strTextFile, strData, strLine, arrLines...