< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[repro-users] Mime charset


Hi All,
 
 
  I want that the content type in SIP message should be as follows:
 
"Content-Type: text/plain ;charset=iso-8859-1"
 
So please help me how should I pass "charset=UTF-8" with "text/plain"  in Mime class.
 
I am trying to send an SMS to a SIP phone. So I followed basicMessage example.

clientDum.getMasterProfile()->addSupportedMimeType(MESSAGE, Mime("text", "plain")) it sets "Content-Type: text/plain"

so what extra work I need to do to set charset=UTF-8.

 

Regards,

  ND