unicode text in script editor

Something you want to see in a LiveCode product? Want a new forum set up for a specific topic? Talk about it here.

Moderator: Klaus

Post Reply
bardo
Posts: 4
Joined: Fri May 10, 2013 8:04 am

unicode text in script editor

Post by bardo » Wed May 29, 2013 6:31 am

Hi!

If i put unicode text to button label, i don't do it from text editor. example . "Őrült" string.

And i don't put unicode text to the property, and property inspector fields.

This is a big failure.

I've read that this development is going on. It would be nice it would get high priority.

Thanks,
Bardo

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10078
Joined: Fri Feb 19, 2010 10:17 am

Re: unicode text in script editor

Post by richmond62 » Fri Jun 28, 2013 6:46 pm

What's the grumpiness for ?

set the useunicode to true
set the unicodeLabel of btn "B1" to numToChar(1087)

very straightforward indeed.

Post Reply