[RFY] Unicode in MO Messages and other patch
"Bruno David Rodrigues" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <02f401c1c3c3$880d8130$6e01290a@hobbes> |
I'm gonna send a patch tomorrow (after some more testing) with this: 2002-03-03 Bruno Rodrigues <[email protected]> * gw/smsc_emi2.c: keepalive time is now only updated after sending an operation 51 or the keepalive itself * doc/userguide/userguide.xml: added my-number information to at2 group * gw/smsc_emi2.c: added my-number configuration to emi2. Sometimes, the large account number is not the same as the number. And additionally, I've added unicode support to MO messages. Message arrives in UCS2 and is converted to UTF-8 even before searching for the keyword regarding the service. Can I have a configuration value in smsbox to select the charset used to convert from UCS2 to ? And defaults to UTF8 if ungiven ? I need the message to be sent to the http server in ISO-8859-1... (of course that if it cannot be translated to the asked charset, it have to be translated to utf-8, but then the correct Charset will be forwarded to the http get/post of urltrans (smsbox)) I'll still have to think more about this, but I'd like some comments.....