RE: support for Greek characters
"DILWORTH MICHAEL" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <00D6DA6DD3036640A3F1073B39EF31280137AE2D@marmsg01.sys.telestet.gr> |
hi Peter thanks for the response . A couple of things. what if i need it the other way around? i have kannel bearerbox connected to the CMG SMSC and a user sends an SMS message, which contains greek chars. The SMSC then sends this to Kannel and its all ??????. so I need to be able to receive greek. I am also interested in your communication with the bearerbox using VB..was this done via the smsbox using sendsms_user ? (i.e. hitting a URL?) I am planning to do this. mike -----Original Message----- From: Peter Fellows-McCully [mailto:[email protected]] Sent: Tuesday, April 29, 2003 5:20 PM To: DILWORTH MICHAEL Subject: RE: support for Greek characters Mike, I've had success with Arabic Characters using UTF-16BE. I took the unicode (this was in vb), swapped the byte pairs and submitted that to the bearerbox. All seems to work just fine. pfm -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of DILWORTH MICHAEL Sent: 29 April 2003 15:09 To: [email protected] Subject: support for Greek characters hi all I am investigating using Kannel with a CMG smsc. However, I need to be able use non latin character sets, specifically Greek. I have found in charset.c that the function gsm_to_latin1 maps all greek chars to ?. If I edit this file, replacing the ? with the correct greek chars will this work? are there any other places i should be aware of wrt to character encoding? all help is greatly received. tia mike