Euro Symbol on Android

Devin Asay devin_asay at byu.edu
Wed Jul 11 11:47:41 EDT 2012


Dan, 

As of version 5.5.1, this works:

   set the htmltext of fld 1 to "€"

Have you tried that on Android?

Devin


On Jul 11, 2012, at 9:11 AM, Dan Friedman wrote:

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

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University







More information about the use-livecode mailing list