Search code examples
How to convert between a Unicode/UCS codepoint and a UTF16 surrogate pair?...


c++unicodec++14surrogate-pairsucs

Read More
How can I convert surrogate pairs to normal string in Python?...


pythonpython-3.xunicodesurrogate-pairs

Read More
JavaScript strings outside of the BMP...


javascriptunicodeutf-16surrogate-pairsastral-plane

Read More
What is a "surrogate pair" in Java?...


javaunicodeutf-16surrogate-pairs

Read More
Spliting an emoji sequence in powershell...


powershellunicodeemojisurrogate-pairs

Read More
How can the a surrogate code point (0xD800-0xDFFF) in C++ cause program errors?...


c++unicodeemojisurrogate-pairs

Read More
How to display Unicode character names and their hexadecimal codes with PowerShell?...


powershellunicodeemojisurrogate-pairs

Read More
Replace all unmatched surrogate pairs with replacement character in JavaScript string...


javascriptunicodeutf-16surrogate-pairs

Read More
How to reverse strings that contain surrogate pairs in Dart?...


stringflutterunicodedartsurrogate-pairs

Read More
How to convert surrogate pairs into hexadecimal, and vice-versa in Python?...


pythonpython-3.xunicodesurrogate-pairs

Read More
How to read non-BMP (astral) Unicode supplementary characters (code points)...


javaunicodecodepointsurrogate-pairssupplementary

Read More
c++: how to remove surrogate unicode values from string?...


c++unicodereplaceallsurrogate-pairs

Read More
Detecting and Retrieving codepoints and surrogates from a Delphi String...


delphiunicodesurrogate-pairs

Read More
What are the most common non-BMP Unicode characters in actual use?...


unicodecjkcodepointsurrogate-pairsastral-plane

Read More
Difference between composite characters and surrogate pairs...


unicodeutf-16surrogate-pairs

Read More
XML marshalling of surrogate pairs...


javaxmlunicodemarshallingsurrogate-pairs

Read More
Can the the string with 2 different codepoints, which form 1 character, consider a surrogate pair?...


javascriptunicodesurrogate-pairs

Read More
unicode utf-16 surrogate pair print problem...


c++visual-studiounicodeutf-16surrogate-pairs

Read More
What unicode character (emoji) it was?...


javascriptunicodeemojisurrogate-pairs

Read More
How to print surrogate chars as ints in Java...


javaunicodesurrogate-pairs

Read More
How to generate a random Unicode string including supplementary characters?...


javaunicodesurrogate-pairs

Read More
Split JavaScript string into array of codepoints? (taking into account "surrogate pairs" b...


javascriptstringunicodecodepointsurrogate-pairs

Read More
How to Convert UTF-16 Surrogate Decimal to UNICODE in Java...


javasurrogate-pairs

Read More
How to remove surrogate characters in Java?...


javastringsurrogate-pairs

Read More
Emojis to/from codepoints in Javascript...


javascriptemojiutf-16surrogate-pairs

Read More
Python Unicode - What Characters Can Be Printed in Windows Console?...


pythonwindowsunicodesurrogate-pairs

Read More
How to use unicode in Android resource?...


androidunicodeutf-8surrogate-pairs

Read More
Python unicode indexing shows different character...


pythonpython-2.7unicodeucs2surrogate-pairs

Read More
C# - Regular expression to find a surrogate pair of a unicode codepoint from any string?...


c#regexunicodesurrogate-pairs

Read More
Java charAt used with characters that have two code units...


javaunicodeutf-16surrogate-pairsastral-plane

Read More
BackNext