<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>you can knock this out with simple javascript<br>OR<BR>you can use <span class="noticeMessage"><font color="#093669">CurrencyTextBox from Dojo JavaScript library</font></span><BR><span class="noticeMessage"><a href="http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_validate.html">http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_validate.html</a></span><br><br>Martin <br>___________________                                                                                                   <BR><br><br> <BR><div><hr id="stopSpelling">From: byrneandrew46@gmail.com<br>Date: Sat, 24 May 2014 22:42:54 +1000<br>To: larry.martell@gmail.com<br>CC: help@lists.whatwg.org<br>Subject: Re: [html5] How to test for cents currency symbol in javascript<br><br><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="ecxgmail_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="ecxgmail_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="ecxgmail_quote" style="padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;">

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>
<br>_______________________________________________
Help mailing list
Help@lists.whatwg.org
http://lists.whatwg.org/listinfo.cgi/help-whatwg.org</div>                                          </div></body>
</html>