UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
Hi, I am testing a kannel installation which is supposed to send sms between a python service and a sms aggregator. Regular SMSs work, so I replaced the receiver with a service for testing purposes, which only logs outgoing messages. I am using kannel from Ubuntu repositories, version 1.4.4-5, wi

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
ay 6, 2020 at 9:05 PM Davor Spasoski wrote: > Hi, > > You also need to set coding=2 and charset to utf-8. Only in that case > kannel will know that you are submitting something outside the gsm 7-bit > alphabet. > > BR, > Davor > > On May 6, 2020, at 20:44, Milos Savic

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
es necesario / > Imprimez seulement si nécessaire > > > Le mer. 6 mai 2020 à 14:20, Milos Savic a écrit : > >> Hi Davor, >> >> Thank you for you reply. >> >> I tried to add &coding=2 to send-url under smsc http group, but nothing >> happens. The cod

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
transcoding and replacing anything outside GSM 7-bit > with ? > > On May 6, 2020, at 21:18, Milos Savic wrote: > > Hi Davor, > > Thank you for you reply. > > I tried to add &coding=2 to send-url under smsc http group, but nothing > happens. The coding parameter

Re: UTF8 characters replaced by question marks

2020-05-06 Thread Milos Savic
Indeed, it seems that the message gets encoded properly when coding=2 is added, tested manually, which implies my application causes issues. I know where to look now. Thank you all for the quick response! On Wed, May 6, 2020 at 9:41 PM Milos Savic wrote: > Thank you, Davor. > It makes