[SIPForum-discussion] Need Help on the SIP Character Encoding for GSM Chars

ravi varma ravi_varma13 at yahoo.com
Thu Jul 12 12:32:03 UTC 2007


Hi,

I am using the sip-sdp.jar and and have a simple
program to receive the SIP Message sent from sipp.

I am sending character ££ from sipp and it gets
displayed as ?? when I print it.

Have anyone encountered the encoding problems with the
GSM UTF-8 character set.
Please advise.

<code which is receiving the Message from sipp>
The class implements SipListener.
 public void processRequest(RequestEvent
requestReceivedEvent) {
          
System.out.println(requestReceivedEvent.getRequest().getContentEncoding());
 
<< outputs null>> 
System.out.println(requestReceivedEvent.getRequest().toString());
<<outputs ?? >>

Thanks in advance,
Ravi


       
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows. Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469



More information about the discussion mailing list