hi all,
does anyone know about a problem when sending sms with special characters?
I generate sms content dynamically from database content.
sometimes it can happen that there are certain characters in it that cause
the application to throw a null pointer exception in PhoneSms.
For example I had to replace TAB , "[" and "]" before I got it to work.
very strange.....
When there were 8 of those squared brackets in the sms content to send, it even changed the size limit to 144. as if either one of the squared brackets would count 2 characters.
could it be a character encoding problem? (i am not using utf8 nor chinese nor arabic)
does anybody know how to fix this?
oliver
does anyone know about a problem when sending sms with special characters?
I generate sms content dynamically from database content.
sometimes it can happen that there are certain characters in it that cause
the application to throw a null pointer exception in PhoneSms.
For example I had to replace TAB , "[" and "]" before I got it to work.
very strange.....
When there were 8 of those squared brackets in the sms content to send, it even changed the size limit to 144. as if either one of the squared brackets would count 2 characters.
could it be a character encoding problem? (i am not using utf8 nor chinese nor arabic)
does anybody know how to fix this?
oliver