[PATCH] ste: Use UTF-8 as a default character set

2011-01-18 Thread Lasse Kunnasluoto
--- plugins/ste.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/plugins/ste.c b/plugins/ste.c index 7bb7232..cc01f7b 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -247,7 +247,7 @@ static int ste_enable(struct ofono_modem *modem) return -EIO;

Re: [PATCH] ste: Use UTF-8 as a default character set

2011-01-18 Thread Marcel Holtmann
Hi Lasse, > plugins/ste.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/plugins/ste.c b/plugins/ste.c > index 7bb7232..cc01f7b 100644 > --- a/plugins/ste.c > +++ b/plugins/ste.c > @@ -247,7 +247,7 @@ static int ste_enable(struct ofono_modem *modem) >

Re: [PATCH] ste: Use UTF-8 as a default character set

2011-01-18 Thread Lasse Kunnasluoto
Hi Marcel, On Tue, 2011-01-18 at 16:32 +0200, Marcel Holtmann wrote: > Hi Lasse, > > > plugins/ste.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/plugins/ste.c b/plugins/ste.c > > index 7bb7232..cc01f7b 100644 > > --- a/plugins/ste.c > > +++ b/plugins/ste

Re: [PATCH] ste: Use UTF-8 as a default character set

2011-01-18 Thread Marcel Holtmann
Hi Laase, > > is it guaranteed that every single STE modem supports UTF-8 character > > set? > > > Based on information I have, yes, every single ste modem support UTF-8. > > > I would rather see a new command checking for supported character sets > > and then picking the default. And intermixin