Re: [RFI] octstr_recode
"Bruno David Rodrigues" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <021b01c1c52b$cd881e00$733b0a0a@davi> |
%c is the sms.coding variable, so if smsc_* code is using the dcs_to_fields, it must have the right value (yes, coding=2 and charset=binary <- what should I use here ? ) ----- Original Message ----- From: "Aarno Syvänen" <[email protected]> To: "Bruno David Rodrigues" <[email protected]> Cc: "Kannel-devel (E-mail)" <[email protected]> Sent: Wednesday, March 06, 2002 4:03 PM Subject: Re: [RFI] octstr_recode > Hi Bruno, > > Bruno David Rodrigues wrote: > > > > with mo-record = true, kannel will TRY to convert to iso-8859-1 only. > > > > If mo-record is false or kannel can't convert UCS2 to iso-8859-1 (because > > of a unknown char), kannel will behave just like before: text will have the > > ucs2 string, coding (%c) will have 3 and charset (%C) will have UTF16-BE. > > Does %c spot binary messages ? > > Aarno >