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

Need a helper function to convert any Unicode codepoint to a UTF string #4

Closed mgaman closed 3 years ago

mgaman commented 3 years ago

builtUtf16 needs to be extended to any codepoint, ASCII (< 0x7F), European and Semitic languages (< 0x7FF), Asian languages (<0xFFFF) and other symbols (emojis, gaming etc)

mgaman commented 3 years ago

Added method buildUtf which supercedes builfUtf16. Fixed in release 0.4.4