summaryrefslogtreecommitdiffstats
path: root/plugins/ste.c
diff options
context:
space:
mode:
authorLasse Kunnasluoto <lasse.kunnasluoto@tieto.com>2011-01-18 17:45:44 +0200
committerMarcel Holtmann <marcel@holtmann.org>2011-01-18 16:56:27 +0100
commitf11402907a74912dfdfc23838725c5790a94e7fe (patch)
tree23e862736473dad23d21ac89e6c5e663458f8166 /plugins/ste.c
parent918d6354ccc1179eb2fe186ca3dd41d94bfa3e3f (diff)
downloadofono-f11402907a74912dfdfc23838725c5790a94e7fe.tar.bz2
ste: Use UTF-8 as a default character set
Diffstat (limited to 'plugins/ste.c')
-rw-r--r--plugins/ste.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/ste.c b/plugins/ste.c
index 7bb72325..85d2d516 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);