function, it's works like a charm. So, then i did not understand why example includes this function.
All i need to get it to works:
char sms[240]="Hello"; // will be 7bit encoded
char sms[140]="Hello 明けましておめでとうございます。"; //will be 16 bit encoded
strcpy(msg,sms);
len = mypdu.encodePDU("+**********",msg);
Pls, tell me, why do i need buildUtf() and how it's works?
When u don't use
function, it's works like a charm. So, then i did not understand why example includes this function. All i need to get it to works:
Pls, tell me, why do i need buildUtf() and how it's works?