You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submit_sm_encoding is set to utf-16behello world is encoded accordingly. This means that when we have an SMS like:
'a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a '
Not even sure what the configs for this need to look like.
Perhaps a dcs <-> encoding map like we have for deliver_sm and a separate big on the processor that tells us what dcs value we should use for a piece of string?
When
submit_sm_encoding
is set toutf-16be
hello world
is encoded accordingly. This means that when we have an SMS like:It's delivered as:
which results in ~4 SMSs because that's 70 chars per SMS.
Somewhere there should be a flag that selects a suitable encoding based on the input because this should fit in a single SMS with
utf-8
.The text was updated successfully, but these errors were encountered: