susil1k
susil1k
I have a issue when use EmojiParser.removeAllEmojis() method. I have the String unicode is "🍁Test comment". After using this method, the returned string is "ߍ�Test comment", It have another character....
Here is my test case : @Test public void testRemoveEmoji() throws Exception { Items items = getSampleItems("/json/ItemObjectWithEmojiContent.json"); List itemList = items.getItemsList(); for(Item item : itemList) { this.starcImportProcessor.removeEmojis(item); assertNotNull(item); assertEquals("(Open ->...