summaryrefslogtreecommitdiffstats
path: root/src/util.h
AgeCommit message (Collapse)AuthorFilesLines
2011-10-10core: Update copyright informationMarcel Holtmann1-1/+1
2011-02-03util: Add best dialect picker APIAki Niemi1-0/+7
2011-02-03util: Refactor conversion table handlingAki Niemi1-1/+0
2010-09-14util: Clean up style issuesDenis Kenzior1-15/+18
2010-09-14util: Add UCS2 to GSM 7bit converion functionJeevaka Badrappan1-0/+10
2010-06-09util: Add a "sim string" encoding utility.Andrzej Zaborowski1-0/+3
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-09-08Refactor SMS language dialect encoding / decodingDenis Kenzior1-4/+12
- Introduce new enum gsm_dialect instead of unsigned char arguments - Use ISO639 3 letter codes for conversion tables - Use a single lookup table instead of 4 different ones
2009-09-08Add support for national language variantsAki Niemi1-0/+11
Add API for supporting character conversion using national language variants. Also, add conversion tables for Turkish, Spanish and Portuguese, and fix the default table. The lookup algorithms were tweaked to support multiple tables.
2009-07-06Add utility to convert SIM FS strings to UTF8Denis Kenzior1-0/+2
2009-06-16Header guards not to be present in private headersDenis Kenzior1-5/+0
2009-06-05Only USSD needs the special <cr> handlingDenis Kenzior1-4/+4
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-06-05Fixup headerDenis Kenzior1-0/+5
2009-05-05Add implementation of telephony daemonDenis Kenzior1-0/+58