unicode - ActiveState ActiveGo 1.8
...

Package unicode

import "golang.org/x/text/unicode"
Overview
Index
Subdirectories

Overview ▾

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 ▾

Package files

doc.go

Subdirectories

Name 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.
runenames Package runenames provides rune names from the Unicode Character Database.