Re: CAS and Serialization on Emoji codes

2018-09-05 Thread Luca Toldo
Dear , that is the appropriate Unicode value for the emoticon . http://www.codetable.net/decimal/128522 Therefore it is generated by the Unicode conversion. > Am 05.09.2018 um 23:49 schrieb Marshall Schor : > > Hi, could you post a stack trace of the failure, so we could see the path > between

Re: CAS and Serialization on Emoji codes

2018-09-05 Thread Marshall Schor
Hi, could you post a stack trace of the failure, so we could see the path between the JMSException and the call to addMessage(msg). -Marshall On 9/5/2018 9:50 AM, Yuqi Zhang wrote: > Dear UIMA experts, > > I need process a String including an emoji 😊( > https://www.iemoji.com/view/emoji/2/smiley

CAS and Serialization on Emoji codes

2018-09-05 Thread Yuqi Zhang
Dear UIMA experts, I need process a String including an emoji 😊( https://www.iemoji.com/view/emoji/2/smileys-people/smiling-face-with-smiling-eyes ). I put the string "This is a 😊" in a CAS, and sendCAS(cas) to a remote server. But it failed at addMessage(msg) at line 971 in class BaseUIMAAsynchro