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.
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to