replace symbol in javascript

Posted by Jin Yong on Stack Overflow See other posts from Stack Overflow or by Jin Yong
Published on 2009-06-10T01:36:20Z Indexed on 2010/03/25 4:53 UTC
Read the original article Hit count: 791

Does anyone know how can I replace this 2 symbol below from the string into code?

  • ' left single quotation mark into ‘
  • ' right single quotation mark into ’
  • " left double quotation mark into “
  • " right double quotation mark into ”

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about quotation-marks