Page 1 of 1

unicodeText with LiveCode6.6.0 [SOLVED]

Posted: Sat Mar 22, 2014 6:40 pm
by atout66
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:

Code: Select all

put primChar & cr & leMot & cr & myTxt & cr& lesSyllabes into leTxt
set the unicodeText of fld "syllabes" to uniEncode (leTxt, "UTF8")
Am I the only one ? Is this already known ?

Re: unicodeText with LiveCode6.6.0

Posted: Sun Mar 23, 2014 1:49 am
by keram
Hi atout66,

I did not test it with unicode but since it kept on freezing and crashing many times I reinstalled the previous v. 6.5.2, and a friend of mine also noticed that the v. 6.6.1 was freezing frequently.

keram

Re: unicodeText with LiveCode6.6.0

Posted: Sun Mar 23, 2014 5:29 am
by sefrojones
I can "third" that. Livecode 6.6 freezes randomly for no reason, causing me to have to close without saving. Also, stacks that run perfectly in 6.5.2 are glitchy and unusable .At first, I thought it was my code, but I have rolled back to 6.5.2 and everything is running great. Glad to see I'm not going crazy.

Re: unicodeText with LiveCode6.6.0

Posted: Sun Mar 23, 2014 10:25 am
by atout66
OK, thanks to you; I switch back to the previous version the time for this one to be mature...