* [PATCH v2] ste: Use UTF-8 as a default character set
@ 2011-01-18 15:45 Lasse Kunnasluoto
2011-01-18 15:55 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Lasse Kunnasluoto @ 2011-01-18 15:45 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 569 bytes --]
---
plugins/ste.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/plugins/ste.c b/plugins/ste.c
index 7bb7232..44cfc14 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);
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-01-18 15:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-18 15:45 [PATCH v2] ste: Use UTF-8 as a default character set Lasse Kunnasluoto
2011-01-18 15:55 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox