[thelist] i forgot what this is!

Tom Dell'Aringa pixelmech at yahoo.com
Mon Jul 29 14:52:02 CDT 2002


--- Lodewijk van Deyssel <gassinaumasis at hotmail.com> <aka ppk>wrote:
> >Recently somebody helped me figure out this line:
> >
> >document.getElementById(thisId).title = stripFloat(strPercent) +
> >"\u00BA";
> >
> >I cannot for the life of me remember what the "\u00BA" is. Its not
> an
> >ASCII code, but I can't remember if its Unicode or what. Can
> somebody
> >job my memory! Also, where might one find a list of such codes.
>
> Purely at a guess I'd say it's a code for '%'. What is the last
> character of
> the title when you execute the script?
>
> ppk

As kindly previously answered, its the unicode value. the "\u" tells
teh script (escapes?) thats what it is I believe, as the value is
00BA.

Tom

=====
var me = tom.pixelmech.webDeveloper();

http://www.pixelmech.com/
http://www.maccaws.com/
[Making A Commercial Case for Adopting Web Standards]

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com



More information about the thelist mailing list