XML Library and diacritics: how to?

Tuviah Snyder tuviah at runrev.com
Tue Sep 16 12:16:00 EDT 2003


> >> revSetXMLAttribute docid,theNode,"Joël" -- does not work
Entering latin characters Seems to work fine when using the XML tree view
example..even without using UTF-8.

> >> revSetXMLAttribute docid,theNode,uniEncode("Joël","UTF-8") -- does not
work

Try

put unidecode(uniencode("Joël"),"utf8")

uniencode encodes the specified format as unicode. unidecode decodes unicode
to the specified format.

Tuviah Snyder <tuviah at runrev.com> <http://www.runrev.com/>
Runtime Revolution Limited - Software at the Speed of Thought





More information about the use-livecode mailing list