gsm v0.1.0 GSM View Source

Documentation for GSM.

Link to this section Summary

Functions

Checks if the given character is a 2-byte GSM-7 character

Returns the number of characters required to send the given text via SMS

Convert the given binary from UTF-8 to GSM-7

Convert the given binary from GSM-7 to UTF-8

Checks if the given UTF-8 string can be converted to GSM-7

Link to this section Functions

Checks if the given character is a 2-byte GSM-7 character

Link to this function size(text, arg2 \\ :gsm) View Source
size(binary(), atom()) :: integer()

Returns the number of characters required to send the given text via SMS

Link to this function to_gsm(unicode) View Source
to_gsm(binary()) :: binary()

Convert the given binary from UTF-8 to GSM-7

Convert the given binary from GSM-7 to UTF-8

Checks if the given UTF-8 string can be converted to GSM-7