<div dir="ltr">Ouch testing for a symbol!? <div>I'm also thinking its a UTF8 / ISO char set thing. </div><div>But the <font face="arial, sans-serif">¢ is a presentation issue can you test for something a little less ambiguous like using modulo to find the presence of a decimal.</font></div>

<div><font face="arial, sans-serif"> </font></div></div><div class="gmail_extra"><br clear="all"><div><div><br></div><div>Regards, </div><div><br></div><b>Andrew Byrne</b><br>M.0402048054<div><br></div><div><div><br></div>

<div><br></div></div></div>
<br><br><div class="gmail_quote">On Sat, May 24, 2014 at 10:19 PM, Larry Martell <span dir="ltr"><<a href="mailto:larry.martell@gmail.com" target="_blank">larry.martell@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I need to test for the cents currency symbol in my JavaScript program.<br>
<br>
I have a variable with this value:<br>
<br>
¢40.36<br>
<br>
In my program I do this:<br>
<br>
ax = (a[0][0] == '¢');<br>
<br>
When my program run ax is False. But from the console it evaluates to True:<br>
<br>
>>> a[0]<br>
"¢40.36"<br>
>>> ax<br>
false<br>
>>> a[0][0] == '¢'<br>
true<br>
>>> ax = (a[0][0] == '¢')<br>
true<br>
>>> ax<br>
true<br>
<br>
Can anyone explain this odd inconsistency and tell me how I can test<br>
for the cents character?<br>
_______________________________________________<br>
Help mailing list<br>
<a href="mailto:Help@lists.whatwg.org">Help@lists.whatwg.org</a><br>
<a href="http://lists.whatwg.org/listinfo.cgi/help-whatwg.org" target="_blank">http://lists.whatwg.org/listinfo.cgi/help-whatwg.org</a><br>
</blockquote></div><br></div>