Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CharInfo ¶
CharInfo is the basic set of information about one Unicode character. We record the codepoint (as a Go rune) and the formal Name.
type Unicode ¶
type Unicode struct { ByRune map[rune]CharInfo ByName map[string]CharInfo Search *ferret.InvertedSuffix // contains filtered or unexported fields }
Unicode is the set of all data about all characters which we've retrieved from formal Unicode specifications.
func LoadSearch ¶ added in v0.0.3
func LoadSearch() Unicode
LoadSearch gives us all the Unicode data, with search too; the search loading is slow, so we skip it by default.
Click to show internal directories.
Click to hide internal directories.