0

I am facing issue with french word (accent/special character) in javascript. e.g. Payable date pass�e de maturit� here It need to show exact character rather �. Please help me.

Thank you in advance.

laurent
  • 88,262
  • 77
  • 290
  • 428
user1621860
  • 41
  • 2
  • 8

1 Answers1

0

Save all your HTML and JS files as UTF-8 and set the HTML Content-Type to UTF-8:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
laurent
  • 88,262
  • 77
  • 290
  • 428