package unicode
import "golang.org/x/text/unicode"
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.
Index ¶
Source Files ¶
doc.go
Directories ¶
Path | Synopsis |
---|---|
unicode/bidi | Package bidi contains functionality for bidirectional text support. |
unicode/cldr | Package cldr provides a parser for LDML and related XML formats. |
unicode/norm | Package norm contains types and functions for normalizing Unicode strings. |
unicode/rangetable | Package rangetable provides utilities for creating and inspecting unicode.RangeTables. |
unicode/runenames | Package runenames provides rune names from the Unicode Character Database. |
- Version
- v0.22.0 (latest)
- Published
- Feb 4, 2025
- Platform
- linux/amd64
- Last checked
- 1 day ago –
Tools for package owners.