Unicode compliant ?

Igor Couto igor at pixelmedia.com.au
Fri Jul 11 17:51:00 EDT 2003


Dear Muaadh,

On Friday, July 11, 2003, at 01:23  PM, muaadh salih wrote:

> we entered manually a Semitic text in field 1.
>
>  The button script is
> On mouseUP
> Get field 1
> put it into field 2
> end mouse up
>
> the result is not only that field 2 is filled with garbage but filed 1 
> original text is turned in garbage as well
>
> any solution?
>

Try this as the button script:

on mouseUp
	set the unicodeText of field "2" to the unicodeText of field "1"
end mouseUp

Let me know if that works! - I'm curious to hear how Rev handles text 
in right-to-left languages.

Regards,

--
Igor de Oliveira Couto
----------------------------------
igor at pixelmedia.com.au
----------------------------------




More information about the use-livecode mailing list