mgaman / PDUlib

Encode/Decode PDU strings for use with most GSM modems. Both 7 bit and 16 bit alphabets are supported.
GNU Lesser General Public License v2.1
22 stars 10 forks source link

Latin diacritic characters not recognized as GSM 7 bit #7

Closed mgaman closed 2 years ago

mgaman commented 3 years ago

In scanning a message to decide if can be sent as a 7 bit or 16 bit alphabet, Latin diacritic characters are not recognized. Because of this a message that could be sent as a 160 character 7 bit string will be sent as a 70 character 16 bit string. Not a problem if the message is less than 70 characters but annoying if greater than 70 characters. In summation, sub-optimal adherence to the GSM standard.

mgaman commented 2 years ago

Fixed in V0.5.1