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.
| Path | Synopsis | 
|---|---|
| bidi | Package bidi contains functionality for bidirectional text support. | 
| cldr | Package cldr provides a parser for LDML and related XML formats. | 
| norm | Package norm contains types and functions for normalizing Unicode strings. | 
| rangetable | Package rangetable provides utilities for creating and inspecting unicode.RangeTables. | 
Updated about 3 hours ago. Refresh now. Tools for package owners.