开发者

Character "|" in sms

开发者 https://www.devze.com 2022-12-18 22:22 出处:网络
I programmly send sms message with \"|\" in string, and receiving it android make it unreadable. Can I 开发者_StackOverflow中文版make something with this?

I programmly send sms message with "|" in string, and receiving it android make it unreadable. Can I 开发者_StackOverflow中文版make something with this? Thanks.


Here's an overview on the GSM 03.38 character set. As I understand it, you have to send the <ESC> char before |. And there are some more characters that have to be escaped.


we can use ascii value of |, from http://www.asciitable.com/.

0

精彩评论

暂无评论...
验证码 换一张
取 消