directory
2.16.0
Repository: https://github.com/tawesoft/golib.git
Documentation: pkg.go.dev

# Packages

Package ccc returns the Unicode [Canonical Combining Class] value for a codepoint.
Package dm provides a way to query Unicode decomposition mappings and perform a custom compatibility decomposition using [compatibility mapping tags].
Package fallback implements [Unicode Character Fallback Substitutions] using the Unicode CLDR 41.0 supplemental data file characters.xml, and an algorithm for enumerating every canonically equivalent string.
Package fold implements operations that map similar characters to a common target.
Package np provides a way to query the Numeric Properties of a Unicode code point.
No description provided by the author
Package runeio implements a mechanism to read a stream of Unicode code points (runes) from an io.Reader, with an internal buffer to push code points back to the front of the stream to allow limited peeking and rewind.