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.
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.
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" />