Alaska Software Inc. - Encoding XML File
Username: Password:
AuthorTopic: Encoding XML File
Reinthaler RudolfEncoding XML File
on Thu, 13 Nov 2008 12:07:25 +0100
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