Open GoogleCodeExporter opened 8 years ago
I think its problem with console localization
current chan_dongle have historical problems with GSM->utf8 and latin->utf8
decoding
But output always is UTF8 - locale irrelevant like LANG LANGUAGE etc
Original comment by bg_...@mail.ru
on 23 Jul 2014 at 7:47
Thankyou, I though was a charset conversion problem making experiments on
writing the output to a file and I also notice there was a problem to get
multipart sms from chan_dongle. So I decided to write my own code to translate
directly from pdu.
At today I can decode single and multipart 7bitencodecd sms from pdu passing it
to an agi php script for writing to mysql, and encode single and multipart pdu
from a web interface to pass to chan_dongle for delivery. It was wery hard
to do for me because I'm not a professional coder, but it works
well...understanding the unpak/pack octects/septepts from/to characters with
padding bits in multipart sms was the hardest job due to the frammentary
documentation available on the web.
I'm sorry not to be able to fix your code to decode multipart sms
Thankyou for the great job you've done on chan_dongle
Rudy
Original comment by ru...@tin.it
on 24 Jul 2014 at 11:10
Original issue reported on code.google.com by
ru...@tin.it
on 22 May 2014 at 9:41