JSPatch icon indicating copy to clipboard operation
JSPatch copied to clipboard

Emoji

Open lynulzy opened this issue 8 years ago • 5 comments

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.

lynulzy avatar Nov 03 '16 06:11 lynulzy

try "\ue415" ?

bang590 avatar Nov 03 '16 09:11 bang590

只打印出"\ue415"?

lynulzy avatar Nov 03 '16 14:11 lynulzy

"\ue415"

bang590 avatar Nov 04 '16 03:11 bang590

不行,"\ue415"的话显示到label上是\ue415

lynulzy avatar Nov 04 '16 06:11 lynulzy

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.

CUITCHE avatar Nov 04 '16 07:11 CUITCHE