Unicode and Menus

Kenji Kojima index at kenjikojima.com
Tue Oct 26 10:25:13 EDT 2004


ron,

>  If I have a menu called 検索 how can I check for it in a script?
>
> on menupick pwhich
> switch pwhich
> case "検索"
> do something
> break
> case "other"
> do something else
> break
> end switch
> end menupick
>
> This script will not  work in the script window because the kanji has 
> a quote char in it. How can I trap for this when I can't even include 
> it in the script window?

I attached rev file. It is a little tricky.
used custom property and unidecode.

Others are later.


--
Kenji Kojima / 小島健治
http://www.kenjikojima.com/






More information about the use-livecode mailing list