Page 1 of 1

LC 7 and unicode

Posted: Wed Nov 05, 2014 8:43 pm
by vedus
I am using the LC 7.0.1.
i do the simple bellow code.

Code: Select all

set the Label of button "myrecord" to "εγγραφη"  //this is the greek world 
When i save the stack and exit the lc AND reopen it i get the bellow

Code: Select all

 set the Label of button "rec2" to "?????"
i have miss something?

Re: LC 7 and unicode

Posted: Wed Nov 05, 2014 11:25 pm
by zaxos
just did a test with LC7

Code: Select all

on openCard
   set the label of btn 1 to "Εγγραφή"
end openCard
Worked as expected, both the standalone and in LC

Re: LC 7 and unicode

Posted: Wed Nov 05, 2014 11:34 pm
by LCNeil
You will need to make sure your stack is saved in the LiveCode 7.0 format and not a legacy format. (e.g. 5.5)

This will probably be the case if you have created a stack in an old version of LiveCode and you are editing it in LiveCode 7.0

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.runrev.com
--

Re: LC 7 and unicode (solved)

Posted: Thu Nov 06, 2014 12:18 am
by vedus
thank you
Was at legacy format.