- #7 Introduce
SmsTools.use_ascii_encodingoption (defaults totruefor backwards-compatibility) that allows disabling the:asciiworkaround encoding. See #6 and #7 for details. Thanks @kingsley-wang.
- The non-breaking space character (0x00A0 in Unicode and "\xC2\xA0" in UTF-8) is no longer regarded as a valid GSM 7-bit symbol. #4
- GsmEncoding.to_utf8 will now raise errors in case the provided argument is not a valid GSM 7-bit text.
- Replaces small c with cedilla to capital one, as per the GSM 03.38 standard (by @skliask)
- distinguish between ascii encoding and gsm encoding
- add option for preventing the use of gsm encoding, that is to use unicode instead
- Initial release.