Hi all;
I use this code to read an Arabic text file line by line, but I got Strange symbols and question marks Instead :
Dim Reader AsTextReader
Reader.Initialize(File.OpenInput(File.DirAssets, "arb.txt"))
Dim line AsString
line = Reader.ReadLine
DoWhile line <> Null
ListView1.AddSingleLine(line)
line = Reader.ReadLine
Loop
Reader.Close
How can I fix that ????
I use this code to read an Arabic text file line by line, but I got Strange symbols and question marks Instead :
Dim Reader AsTextReader
Reader.Initialize(File.OpenInput(File.DirAssets, "arb.txt"))
Dim line AsString
line = Reader.ReadLine
DoWhile line <> Null
ListView1.AddSingleLine(line)
line = Reader.ReadLine
Loop
Reader.Close
How can I fix that ????