I can send MT SMS to be read as cyrilic - cp1251 for that i use php iconv lib or perl module Text::Iconv to convert to proper encoding. and, there are some additional settings in the reques.
the small trick here is to convert to ucs-2be encoding from your coutry encoding. then ofcource you send the message hex encoded i set encoding value to 2, and alt_dcs valule to -1 in a view to avoid any defaul settings. I use XML post to kannel via libcurl compiled in php or perl via LWP module. btw, its the same procedure - reversed to get the SMS sent in local encoding .. :) /me loves kannel ... so do not hesitate to experiment ... :) and remember, most of the time the smsc is involved because their default encodings regards seik On Thu, Dec 14, 2006 at 05:27:30PM -0300, Claudio Kinzel wrote: > Hello > > I send a message a few days a go with the same problem, but I donґt > received none answer. My first point is: Kannel really supported theres > characters in fact? If yes, how to proceed with configuration? > > Thanks to a good soul that help us to 'show the lights' of this mystery! > > Claudio Kinzel > > Huber, Gottfried wrote: > >Hello to all > > > >I want so send SMS with country-specific characters such as used in > >CEE-Countries . > > > >In these countries many chars e.g. А у are used. > > > >Does somebody have expierience how to managed this , an help me ? > > > > > >Thank you very much > > > >Gottfried Huber > > > > > > -- > Esta mensagem foi verificada pelo sistema de antivнrus e > acredita-se estar livre de perigo. > >
