Hi Slava, On 11/18/2016 06:17 AM, Slava Monich wrote: > The spec supports UCS2, but in reality UTF-16 is used, which supports > 4-byte characters, which could be split into different message > fragments. Accumulate the entire UTF-16 message before converting to > UTF8. > > Author: Martin Jones > --- > src/smsutil.c | 30 ++++++++++++++++++++++++++---- > 1 file changed, 26 insertions(+), 4 deletions(-) > Applied, thanks. It'd be nice to have a unit test for this as well. Regards, -Denis