Euro Symbol on Android

Devin Asay devin_asay at byu.edu
Wed Jul 11 13:02:11 EDT 2012


LOL! Actually, what I sent you was exactly what you wrote in your reply. One of our email clients must have rendered it as HTML. Glad you got it to work.

Devin


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

> Devin,
> 
> That didn't work for me.  But, this did:
> 
> set the htmltext of field 1 to "€"
> 
> Thanks!!
> -Dan
> 
> 
> 
>> 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