RE: charset question (Greek)
Jörg Pommnitz <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
I aggree with you that the current code is rather messy. We need just two cases: text and binary. Text should be in unicode while binary messages should be left alone. Then the the SMSC drivers could convert text messages into their local encoding, perform required splitting (with common infrastructure) and send the messages. Regards Jörg > -----Original Message----- > From: Andreas Fink > To: Oded Arbel > Cc: [email protected] > Sent: 3/13/02 2:19 PM > Subject: RE: charset question (Greek) > > A library function would be sufficient to handle this. So its not > lots of recoding. We do lots of recoding already in kannel for no > reason. And it makes current kannel non transparent which I consider > pretty bad way to go.