Skip to content

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

@edgaru

Description

@edgaru

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('¡!@#$%^&*()_+-=[]{}|;:,.<>/?`~ |')

Image

Image

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

Image

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