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

variation selector 0xfe0f

Open BattleShipPark opened this issue 5 years ago • 0 comments

val str = "X\u2600\uFE0FX" val str2 = EmojiParser.removeAllEmojis(str)

str2 becomes "X\uFE0FX". I guess it happnes because your emojis.json has only 0x2600. If a certain emoji has the variation selector, you can't handle that?

Thanks.

BattleShipPark avatar Feb 21 '20 03:02 BattleShipPark