Sending punctuation marks to iPhones

Smpp v3.4 client

Moderator: alt

Locked
adrianaitken
Posts: 16
Joined: Fri May 08, 2009 1:07 pm
Location: Jersey, UK

Sending punctuation marks to iPhones

Post by adrianaitken » Thu Aug 27, 2009 9:49 am

Hi, I'm using the latest downlaod version but have people complaining that when they send messages containing things like £'!& etc they come out wrong i.e. don't becomes don?t
On normal phones (Nokia,Sony,LG etc) it's fine, it's just on iPhones it seems that the problem occurs.
Is there a generic setting I need to change (without breaking Nokia etc phones) ?

And yes, I tried to get the marketting dept to give me an iPhone but they just laughed :lol:


my code is ...

Dim coding as DataCoding = GetDataCoding()

.
.
.

req=client.Preparesubmit(......,coding,....)

Is this what I should change ?
Regards
Adrian

I no longer work so do not use this any more and therefore can not help you with any answers. Bye bye and good luck.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Thu Aug 27, 2009 11:20 am

Did you try to use DataCodings.UCS2 (Code 0x08)?
adrianaitken
Posts: 16
Joined: Fri May 08, 2009 1:07 pm
Location: Jersey, UK

Post by adrianaitken » Thu Aug 27, 2009 12:18 pm

Hi, should I just change

Dim coding as DataCoding = DataCodings.UCS2

?
Regards
Adrian

I no longer work so do not use this any more and therefore can not help you with any answers. Bye bye and good luck.
alt
Site Admin
Posts: 988
Joined: Tue Apr 25, 2006 9:45 am

Post by alt » Thu Aug 27, 2009 1:44 pm

yes, please try
adrianaitken
Posts: 16
Joined: Fri May 08, 2009 1:07 pm
Location: Jersey, UK

Post by adrianaitken » Fri Aug 28, 2009 8:16 am

works :D
Many thanks for your help.
Regards
Adrian

I no longer work so do not use this any more and therefore can not help you with any answers. Bye bye and good luck.
Locked