Click here to Skip to main content
15,896,730 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

Hi,

I have a java messaging application which responds to customers based on a keyword.  The issue is: Some customers sms keywords in their native language (hindi/kannada). 

The http request (after conversion from sms to http) contains hexadecimal characters. I guess these are PDUs.  The PDUs are of different lengths and starting with different codings (00, 09, 07..).

 

Can any one help me how to decode the PDUs and covert them to text/readable format ?

 

Thanks in advance,

Manu

Posted

1 solution

I am sure there is an HTMLDecoder class for Java same as there is for .Net, I think that is what you are trying to do.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900