Classic Mac stack and Unicode?
Richmond Mathewson
richmondmathewson at gmail.com
Mon Apr 19 07:53:49 EDT 2010
Can anybody tell me:
1. When RR became as fully unicode compliant as it it now?
2. Whether Classic builds ever functioned fully with Unicode?
I tried this with RunRev 2.0.1:
on mouseUp
set the useUnicode to true
set the unicodeText of fld "fTEXT" to numToChar(2325)
end mouseUp
and it worked a charm, BUT on doing this:
on mouseUp
set the useUnicode to true
set the unicodeText of fld "fTEXT" to numToChar(57386)
end mouseUp
I got a generic 'ugly' instead of the complicated char
I wanted.
Cross-tested this with RunRev 4; no problems there.
More information about the use-livecode
mailing list