On 10/05/14 22:26, Scott Rossi wrote:
Actually, I see there's a unicodeLabel property, which could work.

So if the Unicode number of the character in a font is U+03A9, how does
one get this to render properly in a label?  I've tried various string
combinations and uni-prefixed properties, but I continue to get Asian
characters as the result.

Thanks & Regards,

Scott Rossi


This works:

on mouseUp
   set the useUnicode to true
   set the unicodeLabel of btn "targe" to numToChar(937)
end mouseUp

[ 937 is the decimal version of Hex 3A9 ]

Richmond.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to