If I do this on iOS (or MacOS), I get the proper results:

        put "€" into field 1

However, if I do the same thing on Android, I get some goofy character.

How do you get a euro character to show on Android?  I ran this on my Android 
device:

on mouseUp
  ask "enter char:"
  --i entered the euro char
  put it into tChar
  set the useUnicode to true
  answer charToNum(tChar)
end mouseUp

The result of this was 33506.  However, setting the unicodeText of field 1 to 
numToChar(33506) did not get me the right character.  (Yes, I did set the 
useUnicode to true)

Any thoughts?

Thanks in advance!
-Dan
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to