javascript - How to convert curly quotes to “ -


how convert multibyte characters curly quotes equivalent entity “ using jquery or javascript?

var usertxt = '“testing”';   

after converting usertxt should => “testing”

here's how it:

$('<div/>').text('this fun & stuff').html(); // evaluates "this fun &amp; stuff" 

source

or can this way.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -