package
0.0.0-20180818020936-8baa2bd4408c
Repository: https://github.com/mangodowner/go-gm.git
Documentation: pkg.go.dev

# Functions

Decode returns the Unicode code point sequence represented by the UTF-16 encoding s.
DecodeRune returns the UTF-16 decoding of a surrogate pair.
Encode returns the UTF-16 encoding of the Unicode code point sequence s.
EncodeRune returns the UTF-16 surrogate pair r1, r2 for the given rune.
IsSurrogate reports whether the specified Unicode code point can appear in a surrogate pair.