Hi,

Let’s say I build an XML tree in LiveCode; part of it is:

revXMLPutIntoNode idID, "/identity/name",  textEncode (field  "name_source" 
,"UTF8") -- fld contains "André"

When I write the XML file:

put revXMLText (idID) into URL **myFile.xml**

… I don’t find André any longer, but André

How can I fix this using LiveCode tools ?
(I mean without using i.e. *replace oldString with newString in container* for 
each accented character) 

Thanks.

CL
=======
full example at:
https://forums.livecode.com/viewtopic.php?f=7&t=33761



_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to