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

GSM7 encoding misses 2 characters #13

Closed mgaman closed 2 years ago

mgaman commented 2 years ago

The check for a characters in the GSM7 default character set ignores carriage return/line feed. A message containing these characters gets treated as non-GSM7 so is sent in 16 bit rather than 7 bit format. The message is sent correctly but is limited to 70 characters in length.

mgaman commented 2 years ago

Fixed in release 0.5.3

mgaman commented 2 years ago

Fixed in release 0.5.3