surrogate-pairs
There are 7 repositories under surrogate-pairs topic.
channg/umoji
😄 A lib convert emoji unicode to Surrogate pairs
benkasminbullock/unicode-c
A C library for handling Unicode, UTF-8, surrogate pairs, etc.
EliteAsian123/c_escape
A small unicode escaper and unescaper for C. Both C and JSON flavored escaping are available.
rampaa/UnicodeRangeToUtf16CompliantRegex
Non-Basic Multilingual Plane Regex Ranges to UTF-16 Compliant Regex
bkis/string-prism
🌈 Simple, handy tool that decomposes strings for inspecting them in detail
kuhumcst/makeUTF8
Converts UTF-16 (BE/LE), UTF-32 (BE/LE), ISO-8859-N to UTF-8. Removes BOM and surrogate pairs from UTF-8, converting a codepoint between U-D800 and U-DBFF followed by a codepoint between U-DC00 and U-DFFF to one valid codepoint > U-FFFF.