Page 1 of 1

unicode problem

Posted: Fri Aug 22, 2008 5:08 am
by devendra-m
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