You need to use coding=2 and charset=utf8 only for concatenated messages containing non-latin1 charset.
I.e. cyrillic or greek charset or chinese, etc. 2012/10/22 Willy Mularto <[email protected]> > I believe max-sms-octets will help you :) > > > > On Oct 22, 2012, at 3:05 PM, Ombongi Moraa Fe wrote: > > I'm raising up an issue I had declared as resolved a few weeks ago with > regard to encoding messages ( users digest , Vol. 74, Issue 14 Topic HTTP > Encoding); > > I was having trouble sending special character symbols to the sms and had > resolved this by implementing charset=utf-8 and coding=2 in my perl script > that's handling sending of the sms. > > ....... > use CGI::Enurl; > use Unicode::Lite; > ........ > ($msgType =~ /(?:web)|(?:err)|(?:text)/i) ? '&text=' . > enurl($text).'&coding=2'.'&charset=utf-8' > ........ > > but now Ive realized this caused me to start receiving half-messages most > of them are truncated after the 90th character while or one response that > is 444 characters, they're truncated after the 105 character. > > how can I ensure that I send through these special characters while at the > same time not affecting my processing? > > > Saludos > > Ombongi Moraa fe > > > Willy Mularto > F300HD+MR18DE (NLC1725) > > > > > > > > > >
