Welcome to myCobol.ovh Monday, 29 September 2025, 08:08
Letters |
|
all # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
Terms |
|
surrogate pair |
surrogate pair
|
|
|
In the UTF-16 format of Unicode, a pair of encoding units that together represents a single Unicode graphic character. The first unit of the pair is called a high surrogate and the second a low surrogate. The code value of a high surrogate is in the range X'D800' through X'DBFF'. The code value of a low surrogate is in the range X'DC00' through X'DFFF'. Surrogate pairs provide for more characters than the 65,536 characters that fit in the Unicode 16-bit coded character set. |
|
|