Jump to content

emoji


knutsford

Recommended Posts

 I am trying to download information from a MySQL database to excel  one of of fields has emoji's in it but they are coming out as a ? in excel. How do I get them appear as an emoji in Excel?

 

I am using

 

header("Content-type: text/csv; charset=utf-8");
header("Content-Encoding: utf-8");

 

 

Should it be something different to  utf-8 to get it to work? Google just says use utf-8

 

 

Thanks

Link to comment
Share on other sites

Make sure you're using the same charset everywhere: database, table, columns, connection, and code. If even one of them doesn't match then there could be problems.

 

I assume you've verified that the emoji are stored properly in the database, right? You can see them normally?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.