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
unicode problem
Moderator: General Moderators