package
0.0.0-20201102054017-282493799a89
Repository: https://github.com/golangltd/leafltd.git
Documentation: pkg.go.dev
# README
This repository holds supplementary Go libraries for text processing, many involving Unicode.
To submit changes to this repository, see http://golang.org/doc/contribute.html.
# Packages
Package cases provides general and language-specific case mappers.
Package cldr provides a parser for LDML and related XML formats.
No description provided by the author
Package collate contains types for comparing and sorting Unicode strings according to a given collation order.
Package currency contains currency-related functionality.
Package display provides display names for languages, scripts and regions in a requested language.
Package encoding defines an interface for character encodings, such as Shift JIS and Windows 1252, that can convert to and from UTF-8.
No description provided by the author
Package language implements BCP 47 language tags and related functionality.
Package message implements formatted I/O for localized strings with functions analogous to the fmt's print functions.
Package number formats numbers according to the customs of different locales.
Package runes provide transforms for UTF-8 encoded text.
Package search provides language-specific search and string matching.
secure is a repository of text security related packages.
Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations.
unicode holds packages with implementations of Unicode standards that are mostly used as building blocks for other packages in golang.org/x/text, layout engines, or are otherwise more low-level in nature.
Package width provides functionality for handling different widths in text.