Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-08 | Refactor SMS language dialect encoding / decoding | Denis Kenzior | 1 | -63/+74 | |
- 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-08 | Fix style issues | Denis Kenzior | 1 | -36/+18 | |
2009-09-08 | Add support for national language variants | Aki Niemi | 1 | -107/+501 | |
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-08-06 | Fix trailing whitespace | Denis Kenzior | 1 | -7/+7 | |
2009-07-13 | Fix signedness warning | Denis Kenzior | 1 | -1/+1 | |
2009-07-07 | Don't process surrogate pair chars | Denis Kenzior | 1 | -0/+4 | |
These are not valid UCS2 chars | |||||
2009-07-07 | Fix length check for valid UCS2 starting with 0xff | Denis Kenzior | 1 | -1/+8 | |
2009-07-06 | Add utility to convert SIM FS strings to UTF8 | Denis Kenzior | 1 | -0/+124 | |
2009-07-06 | GSM to UTF8 should accept empty strings | Denis Kenzior | 1 | -1/+1 | |
2009-06-19 | Don't fail in own_buf if items_written is NULL | Denis Kenzior | 1 | -2/+3 | |
2009-06-05 | Only USSD needs the special <cr> handling | Denis Kenzior | 1 | -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-05 | Add implementation of telephony daemon | Denis Kenzior | 1 | -0/+693 | |