Constant

UNI_SURROGATE

A surrogate character.

Since v1.0
enum unigc {
    UNI_SURROGATE,
}

Discussion 🔗

Surrogate characters are only used in UTF-16. They are used to address characters outside the initial Basic Multilingual Plane without resorting to more than 16-bit byte representations.