Re: Unicode Problem

2012-04-10 Thread Takashi Yoshino
Hi, Kojima! Your script is perfect! Thank you for your help! _.__ ._ _. ._ ._.__ .. ._._. _._ . ..__ ._.__ ._._. ___. .._ __.. __ .._ Takashi Yoshino http://www.wakayama-u.ac.jp/~yoshino/lab/ Tel: +81-73-457-8441 On 2012/04/09, at 21:58, Kenji Kojima wrote: > Hi Takashi-san, > > >>> 2. set

Re: Unicode Problem

2012-04-09 Thread Kenji Kojima
Hi Takashi-san, >> 2. set the unicode text >> >> Here is my script. >> >> on mouseUp >> >> put "A1.txt" into theFileName >> put AbsolutePathFromStack(theFileName) into theFullPath >> >> open file theFullPath >> read from file theFullPath until EOF >> set the unicodeText of fld "A1" to it

Re: Unicode Problem

2012-04-09 Thread Kenji Kojima
Hi Takashi-san, try this set the unicodeText of fld "result" to the unicodeText of fld "temp" Best, -- Kenji Kojima / 小島健治 http://www.kenjikojima.com/ On Apr 8, 2012, at 9:15 PM, Takashi Yoshino wrote: > Hi, > > I found that the unicode function on LC 5.0.2 DOES works, > But, the u

Re: Unicode Problem

2012-04-08 Thread Takashi Yoshino
Hi, I found that the unicode function on LC 5.0.2 DOES works, But, the unicode function on LC.5.5.1 DOES NOT work. Here is a simple sample using Unicode. On LC 5.0.2 does works well, but LC 5.5.1 does not work. on mouseUp set the unicodeText of fld "result" to fld "temp" end mouseUp _.__ .