微信emoji表情存储与显示

  1. 数据库字段改为utf8mb4字符集(mysql版本大于5.5.3)php

  2. 程序数据库连接字符集改成utf8mb4css

  3. 显示采用https://github.com/iamcal/php-emoji库~html

    import('emoji.php');
    mysql

  4. emoji_softbank_to_unified($data);//就有通常的文字图标了
  5. <link rel="stylesheet" type="text/css" href="/Public/emoji/emoji.css" media="all">
    //加载emoji表情包
  6. emoji_unified_to_html($data);//转化成html表情
相关文章
相关标签/搜索