mgaman / PDUlib

Encode/Decode PDU strings for use with most GSM modems. Both 7 bit and 16 bit alphabets are supported.
GNU Lesser General Public License v2.1
22 stars 10 forks source link

Encoding of UTF16 code points incorrect #2

Closed mgaman closed 3 years ago

mgaman commented 3 years ago

Characters in the range range U+10000 to U+10FFFF should be converted to UCS2 surrogate pairs, which is not currently handled.

mgaman commented 3 years ago

Fixed in release 2.2