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