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 _.__ .

Unicode Problem

2012-04-06 Thread Takashi Yoshino
Hi, expert! I am very glad to add some functions of unicode in LC 5.5. I use them, and I have some problems about the functions. If you use the unicode functions, please give me some information. 1. put unicode function Here is my script. on mouseUp put fld "Q1" into theUniData put uni

Re: solved my own unicode problem

2012-03-17 Thread J. Landman Gay
On 3/17/12 11:07 AM, rand valentine wrote: I so wish Livecode could just 'do Unicode' without my having to hassle with so many coding tricks, but I think this is not so much a Livecode issue, as living in the complex world of Unicode. I think you'll be happy with the upcoming 5.5 release. Very

solved my own unicode problem

2012-03-17 Thread rand valentine
I just wrote asking for Unicode help, and found a solution in one of Devin Asay's helps. I'm writing scripts to help my students move simple Unicode text files (if there is such a thing) into a Windows-based linguistic program called Toolbox. This program seems to only recognize UTF8 text. So using