Possible Duplicate:
Convert character to ASCII code in Javascript
my requirement is to get the ASCII value of the alphabet letters... Can anyone suggest how to do this in JavaScript?
I need to convert all English numbers that appear in a given HTML page to Arabic ones (to be independent from the user browser encoding). I prefer to use javascript or it will be great if this can be handled …