viper77 0 Newbie Poster

Hey All,

not sure if i'm correct here but i will try.

I'm creating at the moment a SMPP Server / Gateway in c#.
The server itself is working fine but i have one little thing to finish the work (as ever).

When receiving a new message through submit_sm i have a small issue decoding the message. I get everything except the message itself. So what i mean is: I'm getting the service_type the esm class and everything in the message till the sm_length. The problem now is when the smpp client is sending the message with a default encoding and the message contains (äöüß) (German characters) then i won't get these characters back. I know that other systems like Nowsms or Ozeki NG can do that.

Perhaps somebody has decoded such kind of message before and can give me some hints. I tried with different encoding mechanism but nothing helps here.

Regards