Surrogates extension

Extension bundling helper surrogate functions

on

Methods

isHighSurrogate() bool
Checks if codePoint is a high-surrogate number from range 0xD800 to 0xDBFF.
isLowSurrogate() bool
Checks if codePoint is a low-surrogate number from range 0xDC00 to 0xDFFF.