I am trying to load a hebrew txt file that created and saved in utf-8
but when I load the text file into a list I get "?????" instead of hebrew letters.
can anyone tell me what I should do in order to display it correctly?
Dim List1 As List
List1 = File.ReadList(File.DirAssets, "pool.txt")
Msgbox("List1.Size = " & List1.Size & CRLF & "The third item is: " & List1.Get(2), "")
but when I load the text file into a list I get "?????" instead of hebrew letters.
can anyone tell me what I should do in order to display it correctly?
Dim List1 As List
List1 = File.ReadList(File.DirAssets, "pool.txt")
Msgbox("List1.Size = " & List1.Size & CRLF & "The third item is: " & List1.Get(2), "")