From: Lasse Kunnasluoto Date: Tue, 18 Jan 2011 15:45:44 +0000 (+0200) Subject: ste: Use UTF-8 as a default character set X-Git-Tag: 0.39~55 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f11402907a74912dfdfc23838725c5790a94e7fe;p=platform%2Fupstream%2Fofono.git ste: Use UTF-8 as a default character set --- diff --git a/plugins/ste.c b/plugins/ste.c index 7bb7232..85d2d51 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -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);