I am stuck with utf-8 to NSString. I am getting this data from web service :
{
    Description = "漢字仮名交じり文";
    Images =
    (
        {
            imageName = "0_25_07_2012_10_32_54_1343212374.jpg";
        }
    );
    Time = "11:00 am";
    actId = 290;
    actTitle = "漢字仮名交じり文";
}
Now how can i convert 名 (名) this kind of code to NSString? 
 
     
     
    