Blog Archive for July 19, 2011

Pound Signs in SMS Messages

July 19, 2011

I was using an SMS gateway to send messages that included pound signs. These were coming out in the SMS on the phone as ?£.

Here's the code I was using to send:

NameValuePair[] lParams = new NameValuePair[4];
lParams[0] = new NameValuePair( …