Re: [PATCH] sms-part-3gpp: decode Unicode SMS with non-BMP code points

2017-12-15 Thread Ben Chan
On Fri, Dec 15, 2017 at 1:16 AM Aleksander Morgado wrote: > > Probably a good change; will test it once I have a chance. > > But regarding the last fallback, why is it better to return an empty > string than NULL? I assume that we return NULL to indicate an error in > parsing, which is what happen

Re: [PATCH] sms-part-3gpp: decode Unicode SMS with non-BMP code points

2017-12-15 Thread Aleksander Morgado
On Fri, Dec 15, 2017 at 9:45 AM, Ben Chan wrote: > Depsite 3GPP TS 23.038 specifies that Unicode SMS messages are encoded in > UCS-2, UTF-16 encoding is commonly used instead on many modern platforms to > allow encoding code points that fall outside the Basic Multilingual Plane > (BMP), such as Em

Re: trying to connect to different operators using --3gpp-register-in-operator

2017-12-15 Thread Aleksander Morgado
On Thu, Dec 14, 2017 at 11:35 AM, Marcel wrote: > Sorry for the spam, I just have another question which I forgot before: > Can I find all the AT-commands in the log? > > Because I was reading a lot there and I was not quite sure.. to me it looks > like if there are also some commands without an '

Re: Git question - finding a commit in the history

2017-12-15 Thread Aleksander Morgado
Hey, > I've been building for a few months on a particular git commit > (3e15dc15efd118a2e7af8f60727afc7fbb7db3a3). I'm planning to try out the > latest Master - hopefully in readiness of a tagged release occurring soon. > In case I encounter 'brokenness' on my system, and need to track through >

[PATCH] sms-part-3gpp: decode Unicode SMS with non-BMP code points

2017-12-15 Thread Ben Chan
Depsite 3GPP TS 23.038 specifies that Unicode SMS messages are encoded in UCS-2, UTF-16 encoding is commonly used instead on many modern platforms to allow encoding code points that fall outside the Basic Multilingual Plane (BMP), such as Emoji. Most of the UCS-2 code points are identical to their