Module ggstd::unicode

source ·
Expand description

Package unicode provides data and functions to test some properties of Unicode code points.

Modules

  • Package utf8 implements functions and constants to support text encoded in UTF-8. It includes functions to translate between runes and UTF-8 byte sequences. See https://en.wikipedia.org/wiki/UTF-8

Constants

Type Aliases

  • Rune is an alias for i32. It is added for compatibility with Go rune type, which is i32.