I debugged the program and in log it show correct text
in listview i see square boxes for the text which is not english but its UTF8
i even used this
Dim arrByte() AsByte
arrByte = title.GetBytes("UTF8")
Dim result AsString = BytesToString(arrByte, 0, arrByte.Length, "UTF8")
Log("UTF8: " & result)
it shows correct text in punjabi language
but in listview it does not
in listview i see square boxes for the text which is not english but its UTF8
i even used this
Dim arrByte() AsByte
arrByte = title.GetBytes("UTF8")
Dim result AsString = BytesToString(arrByte, 0, arrByte.Length, "UTF8")
Log("UTF8: " & result)
it shows correct text in punjabi language
but in listview it does not