corrections to article on Unicode
Posted: Sun May 15, 2011 5:00 am
Devin Asay's article on Unicode at /spaces/lessons/buckets/1412/lessons/20441-Unicode needs these two corrections:
1) stated by Mark in response to my posting "word breaks in Russian Unicode text" of 14 May, 2011:
should be:
That's in Devin's section 4. Other uses of "word N of" should be corrected the same way. In other words, the word chunk (and apparently line chunk) has its own unicodeText property.
2) to be confirmed by someone with more experience than my first three day with LC:
At the end of Devin's section 2 (and elsewhere):
should be:
HTH someone. I'm learning LC so I can port my Russian dicitonary from Adobe Director. Feel free to contact me, sp27@cornell.edu, if you think I may have stumbled on something that might save you time.
Slava
1) stated by Mark in response to my posting "word breaks in Russian Unicode text" of 14 May, 2011:
Code: Select all
set the unicodeText of fld "other" to word 1 to 2 of the unicodeText of fld "this"
Code: Select all
set the unicodeText of fld "other" to the unicodeText of word 1 to 2 of fld "this"
2) to be confirmed by someone with more experience than my first three day with LC:
At the end of Devin's section 2 (and elsewhere):
Code: Select all
put charToNum(char 1 to 2 of fld "russText")
Code: Select all
put charToNum(char 1 to 2 of the unicodeText of fld "russText")
Slava