unicodeText with LiveCode6.6.0 [SOLVED]

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
atout66
Posts: 266
Joined: Wed Feb 02, 2011 12:31 pm

unicodeText with LiveCode6.6.0 [SOLVED]

Post by atout66 » 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:

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 ?
Last edited by atout66 on Sun Mar 23, 2014 6:18 pm, edited 1 time in total.
Discovering LiveCode Community 6.5.2.

keram
Posts: 340
Joined: Fri Nov 08, 2013 4:22 am

Re: unicodeText with LiveCode6.6.0

Post by keram » Sun Mar 23, 2014 1:49 am

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
Using the latest stable version of LC Community 6.7.x on Win 7 Home Premium, 64bit

sefrojones
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 447
Joined: Mon Jan 23, 2012 12:46 pm

Re: unicodeText with LiveCode6.6.0

Post by sefrojones » Sun Mar 23, 2014 5:29 am

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.

atout66
Posts: 266
Joined: Wed Feb 02, 2011 12:31 pm

Re: unicodeText with LiveCode6.6.0

Post by atout66 » Sun Mar 23, 2014 10:25 am

OK, thanks to you; I switch back to the previous version the time for this one to be mature...
Discovering LiveCode Community 6.5.2.

Post Reply