Added a few comments

This commit is contained in:
Pierre Pronchery 2010-10-26 15:02:44 +00:00
parent 4b2eebb6ca
commit 4b73c3c354

View File

@ -93,19 +93,19 @@ static struct
} _gsm_conv[] =
{
{ '\0', '@' },
{ 0x01, 163 },
{ 0x01, 163 }, /* £ */
{ 0x02, '$' },
{ 0x03, 165 },
{ 0x04, 232 },
{ 0x05, 233 },
{ 0x06, 249 },
{ 0x07, 236 },
{ 0x08, 242 },
{ 0x09, 199 },
{ 0x0b, 216 },
{ 0x0c, 248 },
{ 0x0e, 197 },
{ 0x0f, 229 },
{ 0x03, 165 }, /* ¥ */
{ 0x04, 232 }, /* è */
{ 0x05, 233 }, /* é */
{ 0x06, 249 }, /* ù */
{ 0x07, 236 }, /* ì */
{ 0x08, 242 }, /* ò */
{ 0x09, 199 }, /* Ç */
{ 0x0b, 216 }, /* Ø */
{ 0x0c, 248 }, /* ø */
{ 0x0e, 197 }, /* Å */
{ 0x0f, 229 }, /* å */
{ 0x10, ' ' }, /* XXX delta */
{ 0x11, '_' },
{ 0x12, ' ' }, /* XXX phi */