Converting HTML entities to Unicode character in JavaScript?

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-05-11T05:55:23Z Indexed on 2010/05/11 6:14 UTC
Read the original article Hit count: 202

Filed under:
|
|

Sample Conversions

 & -> `&`
 >  -> `>`

Any small library function that can handle this?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html