unicode problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
devendra-m
Forum Contributor
Posts: 111
Joined: Wed Sep 12, 2007 3:16 am

unicode problem

Post 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
Post Reply