Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix for Unicode, UDH, and UCS-2 SMS Parts Handling#17

Open
dfangys wants to merge 1 commit into
php8-smpp:mainfrom
dfangys:main
Open

Fix for Unicode, UDH, and UCS-2 SMS Parts Handling#17
dfangys wants to merge 1 commit into
php8-smpp:mainfrom
dfangys:main

Conversation

@dfangys
Copy link
Copy Markdown

@dfangys dfangys commented Jan 31, 2024

Issue Description:
While utilizing your package as an SMS API provider in our project, we faced challenges related to SMS segmentation. Notably:

  1. When sending an SMS containing 201 characters that should have logically split into three parts, it was instead being segmented into four parts.

  2. Text corruption occurred in messages of certain lengths (e.g., 71 characters), where the message content was altered, displaying Chinese characters unexpectedly.

Solution and Testing:
We have developed a fix for these issues, which has been thoroughly tested over the past three months. Since implementing this modification, the SMS handling has been functioning correctly, with no observed issues in message segmentation or content integrity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant