I write a simple test program (as attached Zip file) to test the file input.
tr.Initialize(File.OpenInput(File.DirAssets,"news.txt"))
line = tr.ReadLine
Listview1.AddSingleLine(line)
The above three statements are the main statements
It works, but can't be display in Chinese as the screen picture shown.(pls reference the attached png file)
If use Label display like lblmsg2.Text = " Read file Finished 完成讀檔程序", the Chinese can be display OK.
Please teach me how to solve the problem.
Thanks a lot.
Andy