summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorNandini Rebello <nandini.rebello@intel.com>2018-10-01 15:32:56 +0530
committerDenis Kenzior <denkenz@gmail.com>2018-10-01 14:52:03 -0500
commit7e82a2d940b2fdd29584395c76d730f2079bbeb1 (patch)
treee26b65dcd641d48be2df1d838a470f61eef3449e /src/util.h
parent5d316b1deaa10833e983d9c10e5606ae1dc47fc4 (diff)
downloadofono-7e82a2d940b2fdd29584395c76d730f2079bbeb1.tar.gz
util: add bengali and gujrati sms alphabets
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 092b4b54..193eb8b8 100644
--- a/src/util.h
+++ b/src/util.h
@@ -24,6 +24,8 @@ enum gsm_dialect {
GSM_DIALECT_TURKISH,
GSM_DIALECT_SPANISH,
GSM_DIALECT_PORTUGUESE,
+ GSM_DIALECT_BENGALI,
+ GSM_DIALECT_GUJARATI,
};
char *convert_gsm_to_utf8(const unsigned char *text, long len, long *items_read,