vdurmont / emoji-java

The missing emoji library for Java :heart:
MIT License
2.61k stars 513 forks source link

point up ☝ no recognized by EmojiManager.isEmoji #165

Open puryagh opened 3 years ago

puryagh commented 3 years ago

hi

point up (☝) not recognized by library

ccostin93 commented 3 years ago

@puryagh Can you provide more information? what library version are you using? On latest version, 5.1.1, the ☝️ is correctly detected as emoji.

@Test
 void test_point_up_emoji() {
    // both assertions pass
    assertThat(EmojiManager.isEmoji("☝")).isTrue();
    assertThat(EmojiManager.getForAlias("point_up").getUnicode()).isEqualTo("☝");
}
baszero commented 2 years ago

Please close this @sullis as Version 5.1.1 works fine by removing this emoji.