Unicode woes

Richmond Mathewson richmondmathewson at gmail.com
Mon Aug 15 03:54:08 EDT 2011


On 08/13/2011 05:04 PM, Mark Schonewille wrote:
> Hi Richmond,
>
> It doesn't work because the first char actually gets the first byte and thus you only get the first half of the first character.
>
> This might work, depending on the textFont setting and maybe writing direction:
>
> on mouseUp
> 	set the unicodetext of fld "xxx" to char 1 to 2 of the unicodetext of fld "zzz"
> end mouseUp
>
> --
> Best regards,
>
> Mark Schonewille
>
>

Thank you very much, I'll give it a go.




More information about the use-livecode mailing list