what is the charset value to supprot arabic language ?

what is the charset value to supprot arabic language ?

Hi,

In my project i have a XLS dowload option to store content in Excel file Here the problem is i have to diplay combination of English and Arabic language, the Arabic language is not displaying properly, the following code i have used

response.setContentType("application/vnd.ms-excel; charset=UTF-8");

response.addHeader("Content-Disposition", "attachment; filename=" + sPath + "");

and i tried charset=ISO8859_6 also but it's not displaying what i need to do please give a suggestion

View Answers









Related Tutorials/Questions & Answers:

Ads