Good morning,
I'm trying to read an xml file, in the file there are cyrillic chars.
Using the code below, in the variable "xmlTest" I can not read/see the original text (cyrillic).
Does anyone know how to solve this problem?
(I attach the source files)
tnx in advance!!
I'm trying to read an xml file, in the file there are cyrillic chars.
Using the code below, in the variable "xmlTest" I can not read/see the original text (cyrillic).
B4X:
Dim TextReader1 As TextReader
TextReader1.Initialize(File.OpenInput(File.DirAssets, "test_xml.xml"))
Dim xmlTest As String
xmlTest = TextReader1.ReadAll
TextReader1.Close
Does anyone know how to solve this problem?
(I attach the source files)
tnx in advance!!
Last edited: