unichar temp=233;
return [NSString stringWithFormat:@"%c",temp];
//Type of 'temp" changed from unichar to char do not affects the output no matter it's char or unichar
Выход:
NSString: 0xc388, не ожидается 0xE9
длина: 1
Нам нужно отправить стопку данных в виде пакета, '233' - как однобайтовых данных.