Hello,
I have a XML File and want to decode the characters in the "text" node. They
are german "Umlaute" and Euro sign. But I don't know which kind of encoding
I have to use. Some things I found out:
cRet := strtran(cRet ,"&","&") x
cRet := strtran(cRet ,chr(195)+chr(45),"")
cRet := strtran(cRet ,chr(195)+chr(111),"")
cRet := strtran(cRet ,chr(194)+chr(162),"?")
attached the XML file.
regards
Rudolf
test.zip