G
Guest
I wrote a program with C# in which I need to read lines from a file, which contains both English and Chinese characters, and then display the lines in a textbox. But the Chinese characters are not displayed properly. But if I set Encoding.UTF8 for my streamReader, the textbox display nothing!
Should I read the file as byte or is there any work around?
p.s. I have Chinese Character supported in my testing PDA, th eproblem should during to the encoding process.
Kempton
Should I read the file as byte or is there any work around?
p.s. I have Chinese Character supported in my testing PDA, th eproblem should during to the encoding process.
Kempton