{"id":828,"date":"2020-03-07T13:00:00","date_gmt":"2020-03-07T13:00:00","guid":{"rendered":"https:\/\/mobiletidings.com\/?p=828"},"modified":"2020-03-07T13:00:00","modified_gmt":"2020-03-07T13:00:00","slug":"gsm-7-encoding-gnu-libiconv","status":"publish","type":"post","link":"https:\/\/techsofar.com\/gsm-7-encoding-gnu-libiconv\/","title":{"rendered":"GSM-7 Encoding With The GNU iconv Library"},"content":{"rendered":"

To produce the GSM-7 encoded text that is needed for SMS text messages sent with a GSM modem in PDU mode we need 2 steps.<\/p>\n

First, we need to convert our text to the GSM-7 character set.<\/h4>\n

The GSM-7 character set is described in\u00a03GPP TS 23.038<\/a>.<\/p>\n

I\u2019ve always been a fan of the GNU iconv library (libiconv<\/a>). This library lets you convert practically any character set to any other character set. It does this by internally:<\/p>\n