sms: fix a missing entry in single shift table

Fix a missing char in the nation language set in single shift table
for a special character. Character set again validated.
This commit is contained in:
Nandini Rebello 2018-10-11 16:53:32 +05:30 committed by Denis Kenzior
parent 597ab6683f
commit 032aaef87d
1 changed files with 2 additions and 0 deletions

View File

@ -376,6 +376,7 @@ static const struct codepoint ben_ext_gsm[] = {
};
static const struct codepoint ben_ext_unicode[] = {
{ 0x000C, 0x1B0A },
{ 0x0022, 0x1B05 },
{ 0X0023, 0x1B17 },
{ 0x0024, 0x1B02 },
@ -535,6 +536,7 @@ static const struct codepoint guj_ext_gsm[] = {
};
static const struct codepoint guj_ext_unicode[] = {
{ 0x000C, 0x1B0A },
{ 0x0022, 0x1B05 },
{ 0x0023, 0x1B17 },
{ 0x0024, 0x1B02 },