Added a few comments
This commit is contained in:
parent
4b2eebb6ca
commit
4b73c3c354
24
src/gsm.c
24
src/gsm.c
@ -93,19 +93,19 @@ static struct
|
|||||||
} _gsm_conv[] =
|
} _gsm_conv[] =
|
||||||
{
|
{
|
||||||
{ '\0', '@' },
|
{ '\0', '@' },
|
||||||
{ 0x01, 163 },
|
{ 0x01, 163 }, /* £ */
|
||||||
{ 0x02, '$' },
|
{ 0x02, '$' },
|
||||||
{ 0x03, 165 },
|
{ 0x03, 165 }, /* ¥ */
|
||||||
{ 0x04, 232 },
|
{ 0x04, 232 }, /* è */
|
||||||
{ 0x05, 233 },
|
{ 0x05, 233 }, /* é */
|
||||||
{ 0x06, 249 },
|
{ 0x06, 249 }, /* ù */
|
||||||
{ 0x07, 236 },
|
{ 0x07, 236 }, /* ì */
|
||||||
{ 0x08, 242 },
|
{ 0x08, 242 }, /* ò */
|
||||||
{ 0x09, 199 },
|
{ 0x09, 199 }, /* Ç */
|
||||||
{ 0x0b, 216 },
|
{ 0x0b, 216 }, /* Ø */
|
||||||
{ 0x0c, 248 },
|
{ 0x0c, 248 }, /* ø */
|
||||||
{ 0x0e, 197 },
|
{ 0x0e, 197 }, /* Å */
|
||||||
{ 0x0f, 229 },
|
{ 0x0f, 229 }, /* å */
|
||||||
{ 0x10, ' ' }, /* XXX delta */
|
{ 0x10, ' ' }, /* XXX delta */
|
||||||
{ 0x11, '_' },
|
{ 0x11, '_' },
|
||||||
{ 0x12, ' ' }, /* XXX phi */
|
{ 0x12, ' ' }, /* XXX phi */
|
||||||
|
Loading…
Reference in New Issue
Block a user