FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Characters ! and | replaced by @ when receiving messages using coding 0 · Issue #261 · python-smpplib/python-smpplib · GitHub

Characters ! and | replaced by @ when receiving messages using coding 0 #261

Description

When sending SMS messages with GSM 7-bit encoding (data_coding=0) through certain mobile operators, special characters are incorrectly transformed during transmission:

The exclamation mark (!) is replaced with @ symbol
The pipe character (|) is replaced with @ symbol
The dollar sign ($) may disappear entirely in some cases

parts, encoding_flag, msg_type_flag = smpplib.gsm.make_parts('¡!@#$%^&*()_+-=[]{}|;:,.<>/?`~ |')

parts, encoding_flag, msg_type_flag = smpplib.gsm.make_parts('¡!#$%^&*()_+-=[]{}|;:,.<>/?`~ |')

Is it possible to solve this problem without changing coding?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL