DCzajkowski / vue-emoji-picker

Very simple, yet powerful, vue emoji picker 🎉🔥🚀
MIT License
331 stars 49 forks source link

unicode emojis? #4

Closed deep0410 closed 6 years ago

deep0410 commented 6 years ago

Are you sure they are unicode emoji's

DCzajkowski commented 6 years ago

After putting the emojis file into the Unicode code converter every emoji got its unicode code. So I'd say yes. Do you have any problems with them?

deep0410 commented 6 years ago

When I parse U+1.... it parses to &#x.. and displays it back on the page but when I use the emoji itself from the the emoji picker and then "save" it/"parse" it, it just shows up as ????

DCzajkowski commented 6 years ago

What browser and operating system are you using? Are you storing this data anywhere? Are you using UTF-8?

DCzajkowski commented 6 years ago

I am going to close this, as you haven't provided enough data for me to address this issue properly. Feel free to open it back when you have some more information that could help fixing it.