Top "Astral-plane" questions

Unicode characters beyond the 16-bit Basic Multilingual plane.

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

In your experience which Unicode characters, codepoints, ranges outside the BMP (Basic Multilingual Plane) are the most common so far? …

unicode cjk codepoint surrogate-pairs astral-plane
Can MongoDB store and manipulate strings of UTF-8 with code points outside the basic multilingual plane?

In MongoDB 2.0.6, when attempting to store documents or query documents that contain string fields, where the value of a string …

mongodb utf-8 multilingual astral-plane gorm-mongodb
Mysql server does not support 4-byte encoded utf8 characters

I've received a server error running a Data transfer component from Sql Server to MySql db. The error message reads …

mysql utf-8 character utf8mb4 astral-plane
Unicode characters from charcode in javascript for charcodes > 0xFFFF

I need to get a string / char from a unicode charcode and finally put it into a DOM TextNode to …

javascript unicode astral-plane
JavaScript strings outside of the BMP

BMP being Basic Multilingual Plane According to JavaScript: the Good Parts: JavaScript was built at a time when Unicode was …

javascript unicode utf-16 surrogate-pairs astral-plane
How can I display extended Unicode character in a C# console?

I'm trying to display a set of playing cards, which have Unicode values in the 1F0A0 to 1F0DF …

c# unicode astral-plane
Java charAt used with characters that have two code units

From Core Java, vol. 1, 9th ed., p. 69: The character ℤ requires two code units in the UTF-16 encoding. Calling String sentence = "ℤ …

java unicode utf-16 surrogate-pairs astral-plane
Remove Unicode characters within various ranges in javascript

I'm trying to remove every Unicode character in a string if it falls in any the ranges below. \uD800-\…

javascript regex unicode replace astral-plane
how to render 32bit unicode characters in google v8 (and nodejs)

does anyone have an idea how to render unicode 'astral plane' characters (whose CIDs are beyond 0xffff) in google v8, …

javascript node.js unicode v8 astral-plane