Encoding of Text Files in VB 6.0
问题 I have huge external files with the "ANSI" and "UCS-2 Little Endian" encoding formats. Now I want to change the file encoding format into UTF-8 using Visual Basic 6.0. I don't want to modify the original file; I just want to change the encoding format alone. I have searched on the web; but can't understand the VB code, and have no idea how to do it. I would also like to be able to read lines one at a time from UTF-8 encoded files. 回答1: NOTE. This answer has been extensively expanded to fit in