I have a requirement where we need to fetch data using ajax and display in drop down which may contain Swedish characters.
In IE Swedish characters are shown as square box, if i read it again using JavaScript it is showing as �
I have used encoding html content UTF8 as below.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
If i display same data or character on html page directly, it showing correctly. Problem occurs only when JavaScript comes into picture.
All inputs are appreciated.