package
0.0.0-20241115082555-91616abce05b
Repository: https://github.com/tencentcodedog/linux-go-1.12.6.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.