public class WechatEmojiConverter extends Object
| Constructor and Description |
|---|
WechatEmojiConverter(String emojiConversionSetting,
List<String> unsupportedUnicodeBlocks) |
| Modifier and Type | Method and Description |
|---|---|
String |
convertFromUTF8ToWeChat(String input) |
String |
convertFromWeChatToUTF8(String input) |
boolean |
hasUnsupportedEmojis(String input)
returns true if the input contains an unsupported emoji (utf8 characters within the ranges definde din unsupportedUnicodeBlocks
|
public boolean hasUnsupportedEmojis(String input)
input - the input string to be tested againstCopyright © 2019. All rights reserved.