ste: Use UTF-8 as a default character set

This commit is contained in:
Lasse Kunnasluoto 2011-01-18 17:45:44 +02:00 committed by Marcel Holtmann
parent 918d6354cc
commit f11402907a
1 changed files with 4 additions and 0 deletions

View File

@ -250,6 +250,10 @@ static int ste_enable(struct ofono_modem *modem)
g_at_chat_send(data->chat, "AT&F E0 V1 X4 &C1 +CMEE=1",
NULL, NULL, NULL, NULL);
/* All STE modems support UTF-8 */
g_at_chat_send(data->chat, "AT+CSCS=\"UTF-8\"",
NULL, NULL, NULL, NULL);
g_io_channel_unref(channel);
g_at_syntax_unref(syntax);