iPhone 表情符号 Unicode 编码 UTF
我正在将 Unicode 表情符号字符编码到字符串中并将其加载到 webview 中。
对于我使用的编码“NSUTF8StringEncoding”,但是表情符号字符只是显示为 jiberish unicode 符号,例如 ΔØÓÔÓˆ 那么什么编码我需要吗?
I'm encoding Unicode Emoji characters into a string and loading that into a webview..
for the encoding I'm using "NSUTF8StringEncoding" But the emoji characters just show up as jiberish unicode symbols like ∆¬ÓÔÓ˝ˆ So what encoding do I need?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NSUTF32StringEncoding
做到了这一点,之前在编码列表中没有看到它。NSUTF32StringEncoding
did the trick, didn't see it on the list of encoding before.