It looks like you will need to add the following : 192 - 255, exclusive of 247 & 215 (multiplication and division symbol codes). That should cover all the latin characters as well, but it won't do anything for non-latin characters.
http://ascii-table.com/ansi-codes.php You may have to add 181, 167, 159, 158, 156, 154, 142 and 138, but I'm not sure how common those are in non-english languages, and how many of those are truly considered "symbols". -Nick On Sun, Apr 21, 2013 at 10:23 PM, Justin Mclean <jus...@classsoftware.com>wrote: > Hi, > > > You would probably want to use the charCodeAt() function on the string. > > Would that catch characters with accents and the like this? eg "Février", > "Décembre", "Ağustos" or "Eylül"? > > That's the issue. > > Thanks, > Justin