码迷,mamicode.com
首页 > 数据库 > 详细

java后台,接收到emoji表情内容后,存储在mysql存储不了的问题,emoji转义

时间:2020-06-02 20:34:05      阅读:99      评论:0      收藏:0      [点我收藏+]

标签:mic   --   github   icon   sof   pen   tin   class   html转义   

<!-- maven包 -->
<!-- 表情转换 --> <dependency> <groupId>com.github.binarywang</groupId> <artifactId>java-emoji-converter</artifactId> <version>0.1.1</version> </dependency>

  

// 引用方式

EmojiConverter emojiConverter = EmojiConverter.getInstance();

String emojiStr = emojiConverter.toUnicode("包含emoji表情的字符串");
toAlias :
convert emoji string with unicode/softbank to strings with aliases
toHtml:
convert emoji string with unicode/softbank to strings with html code

toUnicode:
convert string with softbank/alias emoji to strings with unicode


 

toAlias和 toHtml转义后,把内容显示在手机端的效果:

 技术图片

 

toUnicode转义后再手机端显示的效果:

技术图片

java后台,接收到emoji表情内容后,存储在mysql存储不了的问题,emoji转义

标签:mic   --   github   icon   sof   pen   tin   class   html转义   

原文地址:https://www.cnblogs.com/LMDclg/p/13033485.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!