Re: [PATCH] smsutil: Fix receiving UTF-16 encoded messages with split 4-byte char

2016-11-18 Thread Denis Kenzior
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

[PATCH] smsutil: Fix receiving UTF-16 encoded messages with split 4-byte char

2016-11-18 Thread Slava Monich
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