 |
VB Helper: HowTo: Read Unicode text from a file in Visual Basic .NET
If you open a normal text file containing Unicode characters, the characters are converted into plain ASCII. To read the Unicode properly, save the file as Unicde text rather than plain text. When the program loads, it reads the file Swedish Text.txt, a t
www.vb-helper.com |
 |