show/hide this revision's text 3 Attempt to improve the semantics

Convert escaped html ASCII codes to plain text using JavaScript

I'm looking to convert a string of html entities specifying ASCII characters codes (ie: a) to their actual value the ASCII characters they represent (ie: a). I'm using a property of an object and trying to assign a value. For instance:

object.Text("");

When I pass is the ASCII valuestring representing the entity, I'm actually getting that valueI get the same string back. I thought there was a can't find the function to convert ASCII to text, but can't seem entities to find itthe characters they represented.

show/hide this revision's text 2 edited title

Covernt Convert ASCII to plain text using JavaScript

show/hide this revision's text 1

Covernt ASCII to plain text using JavaScript

I'm looking to convert a string of ASCII characters (ie: a) to their actual value (ie: a). I'm using a property of an object and trying to assign a value. For instance:

object.Text("");

When I pass is the ASCII value, I'm actually getting that value. I thought there was a function to convert ASCII to text, but can't seem to find it.