Euro Symbol on Android
Dan Friedman
dan at clearvisiontech.com
Wed Jul 11 11:57:51 EDT 2012
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
More information about the use-livecode
mailing list