unicode problem
Posted: Fri Aug 22, 2008 5:08 am
I have excel file which contains unicode data, I tried to read that file and print but it shows values which are not understandable. I have used following function in the page.
ini_set("charset","utf-8");
header('Content-Type: text/html; charset=utf-8');
please help
ini_set("charset","utf-8");
header('Content-Type: text/html; charset=utf-8');
please help