summaryrefslogtreecommitdiffstats
path: root/src/util.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-06Fix trailing whitespaceDenis Kenzior1-7/+7
2009-07-13Fix signedness warningDenis Kenzior1-1/+1
2009-07-07Don't process surrogate pair charsDenis Kenzior1-0/+4
These are not valid UCS2 chars
2009-07-07Fix length check for valid UCS2 starting with 0xffDenis Kenzior1-1/+8
2009-07-06Add utility to convert SIM FS strings to UTF8Denis Kenzior1-0/+124
2009-07-06GSM to UTF8 should accept empty stringsDenis Kenzior1-1/+1
2009-06-19Don't fail in own_buf if items_written is NULLDenis Kenzior1-2/+3
2009-06-05Only USSD needs the special <cr> handlingDenis Kenzior1-11/+11
Apparently all Cell Broadcasts are always 88 bytes long, with a 6 byte header and 82 byte payload. <cr> character is used as a terminator and padding for the unused payload
2009-05-05Add implementation of telephony daemonDenis Kenzior1-0/+693