lpinyin icon indicating copy to clipboard operation
lpinyin copied to clipboard

return wrong word when input emoji

Open shawerestart opened this issue 3 years ago • 0 comments

String name = '😃'; // some emoji word
String keyword = PinyinHelper.getFirstWordPinyin(name);

print(keyword);  // output �

shawerestart avatar Apr 26 '21 15:04 shawerestart