We’re having some trouble with accented characters and hoping someone can
shed some light on the topic.

We have data in a MySQL database that contains accented characters like
“Nuñéz”, and we want it to display correctly in a datagrid.

When we retrieve the data, LiveCode sees it as this: NuÒÈz

When we try this:
set the unicodeText of fld "Field" to uniencode(t, "UTF8")

the words appears with a square character instead of the “ñé” characters.

Is there a magic combination of code that fixes this?

Thanks,

Thomas
_______________________________________________
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