I have a UITextField to enter a unicode value , when i tap a UIButton need to convert it and showing in a UILabel. Th
UITextField
unicode
UIButton
UILabel
Problem is input should be char pointer
NSString *str = [NSString stringWithUTF8String:[self.textField.text UTF8String]]; m_CtrlLabel.text=str;