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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.