drno94939847 2019-01-23 22:02 采纳率: 0%
浏览 190
已采纳

如何在javascript / jquery中打印unicode表情符号

I'm creating a chat room using Javascript/jQuery, PHP and Websockets. I want to support Unicode emoticons. I have a DIV with emoticons and, when user click in one of them, the emoticon is inserted in an input box. Simple.

User press "enter" and the text is sent to PHP. But PHP can't understand the emoticon (shows "??"), so I did a function in Javascript to convert to \uXXXX format (4-bytes) before submit to PHP.

Example:

1) User submits "test

  • 写回答

1条回答 默认 最新

  • dongying3830 2019-01-24 00:47
    关注

    Found a solution, thanks to @cegfault idea.

    Sending the string to JSON.parse function, it will show the emoticons correctly. But I had to escape the string to JSON format.

    $('#chat').append(JSON.parse('"'+d+'"'));
    

    Another way, not so secure, is the same idea but using eval() function, between quotes too.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 程序不包含适用于入口点的静态Main方法
  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记