unicodeText with LiveCode6.6.0 [SOLVED]
Posted: Sat Mar 22, 2014 6:40 pm
Hi to all,
Since I updated to LiveCode6.6.0, I don't have the unicodeText () working properly.
I didn't change anything from my previous code like for example:
Am I the only one ? Is this already known ?
Since I updated to LiveCode6.6.0, I don't have the unicodeText () working properly.
I didn't change anything from my previous code like for example:
Code: Select all
put primChar & cr & leMot & cr & myTxt & cr& lesSyllabes into leTxt
set the unicodeText of fld "syllabes" to uniEncode (leTxt, "UTF8")