Calos
Calos
Thanks for the feedback. Unfortunately I have no real Javascript experience, especially in the browser, so I wasn't sure how to do what you suggested. Instead I parsed through the...
No problem, thanks for the follow-up. charCodeAt returns 0 for each instance of that symbol... so apparently strings are treated like arrays in JavaScript, and 0, being an invalid char...
Unfortunately I think you are correct about incompatibility between implementations, which could make this rather ugly. What's unsettling is that I get different results from the webpage on different browsers....