Where is André ?
Charles Lachat
charles-lachat at orange.fr
Wed Mar 11 18:48:39 EDT 2020
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
More information about the use-livecode
mailing list