[Webkit-unassigned] [Bug 16717] parseFloat fails for Euro symbol

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 3 01:36:40 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16717





------- Comment #2 from mrowe at apple.com  2008-01-03 01:36 PDT -------
>From ustring.cpp:

954       // FIXME: If tolerateTrailingJunk is true, then we want to tolerate
non-8-bit junk
955       // after the number, so is8Bit is too strict a check.
956       if (!is8Bit())
957         return NaN;


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list