Sha256: 2ff14e1518bbecefa2038bb5cd30a945b84a7436ada98ecaefba9c6beed486cf
Contents?: true
Size: 876 Bytes
Versions: 1
Compression:
Stored size: 876 Bytes
Contents
## 0.2.1 (18 Aug 2020) * #7 Introduce `SmsTools.use_ascii_encoding` option (defaults to `true` for backwards-compatibility) that allows disabling the `:ascii` workaround encoding. See #6 and #7 for details. Thanks @kingsley-wang. ## 0.2.0 (2 March 2017) * 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](https://github.com/livebg/smstools/issues/4) * GsmEncoding.to_utf8 will now raise errors in case the provided argument is not a valid GSM 7-bit text. ## 0.1.1 (18 April 2016) * Replaces small c with cedilla to capital one, as per the GSM 03.38 standard (by @skliask) ## 0.1.0 (08 October 2015) * distinguish between ascii encoding and gsm encoding * add option for preventing the use of gsm encoding, that is to use unicode instead ## 0.0.1 (17 January 2014) * Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
smstools-0.2.1 | CHANGELOG.md |