> >> 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 <[EMAIL PROTECTED]> <http://www.runrev.com/>
Runtime Revolution Limited - Software at the Speed of Thought


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to