Home Answers Viewqa Servlet-Interview-Questions what is the charset value to supprot arabic language ?

 
 


kolla sudhakar
what is the charset value to supprot arabic language ?
0 Answer(s)      a year and 2 months ago
Posted in : Servlet Interview Questions

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 Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.