[HTML][JS]How to convert HTML NUmber to Symbol?

[HTML][JS]How to convert HTML NUmber to Symbol?

Postby mihu » Sat Aug 23, 2008 11:27 pm

My web page displays
Code: Select all
…
, but it should be
Code: Select all
...
according to http://www.ascii.cl/htmlcodes.htm (List of HTML code/Number).

Solution Reference
How to apply the solution?
Justin McConnell wrote:result.translation = result.translation.replace(/\&\#(.*?)\;/g,
function() {return (String.fromCharCode(arguments[1]))})


http://www.w3schools.com/jsref/jsref_fromCharCode.asp
Code: Select all
String.fromCharCode()
User avatar
mihu
 
Posts: 183
Joined: Thu Jan 10, 2008 10:44 am

Return to HTML

Who is online

Users browsing this forum: No registered users and 1 guest

cron