Concatenated SMS extended symbols at segments border - what is correct split method?

喜夏-厌秋 提交于 2019-12-06 04:20:43

When you are using a 7-bit encoding, split when you reach 153 characters (whether that is in-between the 1B and the next character or not).

I can't think of any reason to prefer option 2 (leave unused byte at the end).

The message should not be rendered unless it's completely received by the subscriber's device. Furthermore, nothing is even represented by 1B septet in GSM7, so even if a device tried to render something unexpected it would fail.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!