문제

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?

도움이 되었습니까?

해결책

NSUTF32StringEncoding did the trick, didn't see it on the list of encoding before.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top