Search found 1 match

by charles_l
Sat Mar 07, 2020 10:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: XML, UTF-8 and accented chars
Replies: 1
Views: 2940

XML, UTF-8 and accented chars

I'm trying to build an XML file from fields in LiveCode. The text in the fields contains accented chars.

I have a button to initialize the XML tree:

--button init tree
global idID

on mouseUp pMouseButton
if revXMLTrees() is not empty then revXMLDeleteAllTrees
put "<identity></identity>" into ...