i have been trying following code ascii equivalent character
string.fromcharcode("149")
but, seems work till 126 passed parameter. 149, symbol generated should
•
128 , beyond not standard ascii.
var s = "•"; alert(s.charcodeat(0))
gives 8226
Comments
Post a Comment