JSPatch
JSPatch copied to clipboard
Emoji
In Objective -C we can display an Emoji symbol in UILabel,like show \ue415 means a smile face symbol.
But all this seems different in a patch file.
code like this:
when patch was loaded, it was displayed wrong in the UILabel, it was showed just like a box.
try "\ue415" ?
只打印出"\ue415"?
"\ue415"
不行,"\ue415"的话显示到label上是\ue415
I noticed that you code "\ue415". Please try to replace it with '\ue415'.
uhmm, '\ue415' may still be recognized a string in JavaScript. Try its short value.