Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧈 can not parse to 🧈 #176

Open
yangzhiqing001 opened this issue Mar 5, 2021 · 0 comments
Open

🧈 can not parse to 🧈 #176

yangzhiqing001 opened this issue Mar 5, 2021 · 0 comments

Comments

@yangzhiqing001
Copy link

@Test public void test() { String content = "\n🐂 🧈 🥑"; content = EmojiParser.parseToUnicode(content); System.out.println(content); Assert.assertEquals(true, !content.contains("129480")); }

”🧈“ can not parse to unicode
In fact, it can be converted to 🧈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant