package
0.0.0-20190322182713-bf6f0a60fce1
Repository: https://github.com/llvm-mirror/llgo.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.