emoji-java icon indicating copy to clipboard operation
emoji-java copied to clipboard

point up ☝ no recognized by EmojiManager.isEmoji

Open puryagh opened this issue 5 years ago • 2 comments

hi

point up (☝) not recognized by library

puryagh avatar Nov 17 '20 13:11 puryagh

@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("☝");
}

ccostin93 avatar Dec 01 '20 23:12 ccostin93

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

baszero avatar Dec 22 '21 13:12 baszero