HTML representation of 'less than or equal to' - not cross-platform?
Mark Schonewille
m.schonewille at economy-x-talk.com
Fri Oct 31 11:05:50 EDT 2014
Hi Graham,
I think that should be lt and gt.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Installer Maker for LiveCode:
http://qery.us/468
Buy my new book "Programming LiveCode for the Real Beginner"
http://qery.us/3fi
LiveCode on Facebook:
https://www.facebook.com/groups/runrev/
On 10/31/2014 15:00, Graham Samuel wrote:
> I’ve got a little field with a single “less than or equal to” character in it. The character got there from executing
>
> set the htmlText of fld “myField” to <p>≤</p>
>
> from the message box while programming in the IDE (LC 6.6.5)
>
> This works fine on a Mac, but I just noticed that it doesn’t work on a PC. When I open the card containing this field in LC on a PC running Windows 7, and execute this from the message box
>
> put the htmlText of fld “myField”
>
> I get
>
> <p></p>
>
> which does not display as a less than or equal glyph. If I reset the contents of the field using <p>≤</p>, it displays correctly.
>
> Anyone any idea what's going on? How did '≤' get changed to '&16;'? Seems totally weird to me.
>
> TIA for any suggestions.
>
> Graham
> _______________________________________________
> 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
>
More information about the use-livecode
mailing list