Search found 7 matches

by smoking
Mon May 17, 2010 11:57 pm
Forum: ALT.SMS.SmppClient
Topic: special characters, again
Replies: 10
Views: 21492

Hi Alt, I tried several different phones and another network provider(smsc). It seems some phones cannot show "{}\|[]~". But some do. with default encoding. - SmppClient.MapEncoding(DataCodings.Default , Encoding.Default); while SmppClient.MapEncoding(DataCodings.Default , new GSMEncoding()) doesn't...
by smoking
Wed May 12, 2010 4:59 am
Forum: ALT.SMS.SmppClient
Topic: special characters, again
Replies: 10
Views: 21492

Hi,


I tried this method,

SmppClient.MapEncoding(DataCodings.OctetUnspecified , new GSMEncoding());

It gives me some square marks in the message.
And doesn't show @ and $ etc anymore.

K
by smoking
Fri May 07, 2010 12:47 am
Forum: ALT.SMS.SmppClient
Topic: special characters, again
Replies: 10
Views: 21492

Did somebody have same problem?
Have someone tried to use other encoding?

Please help.
K
by smoking
Mon May 03, 2010 9:30 pm
Forum: ALT.SMS.SmppClient
Topic: special characters, again
Replies: 10
Views: 21492

Yes. I can open message with UCS2 encoding.
And all the special chars show up in UCS2.

But I cannot send every message in this encoding. Which limits message length to 70 characters.
by smoking
Mon May 03, 2010 1:03 am
Forum: ALT.SMS.SmppClient
Topic: special characters, again
Replies: 10
Views: 21492

Any idea, anyone?

How come I cannot open the message that I sent with encoding OctetUnspecified?

Really stuck here. Please help.
by smoking
Thu Apr 29, 2010 9:49 pm
Forum: ALT.SMS.SmppClient
Topic: special characters, again
Replies: 10
Views: 21492

Thanks for your reply.

The SMSC said they are using encoding 4 - which I believe is OctetUnspecified.
I tried this encoding, however I cannot open such message when I receive it.

K
by smoking
Thu Apr 29, 2010 2:19 am
Forum: ALT.SMS.SmppClient
Topic: special characters, again
Replies: 10
Views: 21492

special characters, again

Hi Alt, How to send special chars like "^{}\[~]|" with the library? I used testing string "$&,+/:;=?@<>-()#%{}|\^[]'~" I tried Default, Latin1, OctetUnspecified encodings. Default and Latin1 both cannot show "{}\|[]~". While with OctetUnspecified encoding, I cannot open the message on my Nokia e71. ...