Re: pre-7.0.0 Unicode question

2014-10-27 Thread Richmond
kojima.com/ Thanks, but my message was titled "pre-7.0.0 Unicode question" so an answer that uses post-7.0.0 unicode scripting is useless. Richmond. On Oct 26, 2014, at 3:45 PM, Richmond wrote: I wonder why this doesn't work: on mouseUp set the useUnicode to true if char 2 of f

Re: pre-7.0.0 Unicode question

2014-10-27 Thread Kenji Kojima
write like this. >> >> on mouseUp >>if char 2 of fld 1 is numToCodepoint(12356) then >> put numToCodepoint(12354) into char 2 of fld 1 >>end if >> end mouseUp >> >> the script changes “あいうえお” to “ああうえい”. >> >> -- >>

Re: pre-7.0.0 Unicode question

2014-10-27 Thread Richmond
えお” to “ああうえい”. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ Thanks, but my message was titled "pre-7.0.0 Unicode question" so an answer that uses post-7.0.0 unicode scripting is useless. Richmond. On Oct 26, 2014, at 3:45 PM, Richmond wrote: I wonder why this doesn&#

Re: pre-7.0.0 Unicode question

2014-10-26 Thread Kenji Kojima
> the script changes “あいうえお” to “ああうえい”. Correction: the script changes “あいうえお” to “ああうえお”. -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ > On Oct 26, 2014, at 6:03 PM, Kenji Kojima wrote: > > Richmond, > > I don’t know the character “7637”. > But i thought you wanted to write like thi

Re: pre-7.0.0 Unicode question

2014-10-26 Thread Kenji Kojima
Richmond, I don’t know the character “7637”. But i thought you wanted to write like this. on mouseUp if char 2 of fld 1 is numToCodepoint(12356) then put numToCodepoint(12354) into char 2 of fld 1 end if end mouseUp the script changes “あいうえお” to “ああうえい”. -- Kenji Kojima / 小島健治 http:

pre-7.0.0 Unicode question

2014-10-26 Thread Richmond
I wonder why this doesn't work: on mouseUp set the useUnicode to true if char 2 of fld "ff" is numToChar(7637) then set the unicodeText of char 2 of fld "ff" to numToChar(100) end if end mouseUp --- AND, while I'm here: why, when I copy from the scrip