Hello, Please assist me, this have took me over 3weeks trying to send a message that contain the character "|" vertical bar. i tried to send the message without any encoding but got "?" when i inspect traffic in wireshark. if i use DefaultAlphabetEncoding to encode the string, i get "@." when i inspect traffic in wireshark Note: i noticed the datacoding sent by the smsc from deliverSM is 0x0f (when inspect in wireshark) My code to send text beblow: SubmitSM rsp = (SubmitSM) conn.newInstance(4); DefaultAlphabetEncoding...