runedata

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 13, 2020 License: LGPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Package runedata provides additional database regarding Unicode characters which are not part of the built-in Go golang.org/x/text package, especially those involving nuances in foreign scripts such as Thai.

Index

Constants

This section is empty.

Variables

View Source
var CombiningDiacriticalMarks = &unicode.RangeTable{
	R16: []unicode.Range16{
		{0x0300, 0x036f, 1},
		{0x1ab0, 0x1aff, 1},
		{0x1dc0, 0x1dff, 1},
		{0x20d0, 0x20ff, 1},
	},
}

CombiningDiacriticalMarks is a collection of all combining critical marks defined in Unicode standard.

View Source
var HyphensAndDashes = rangetable.Merge(
	unicode.Hyphen,
	unicode.Dash,
)

HyphensAndDashes is a collection of symbols looking alike horizontal bar.

PrintsAndWhiteSpaces is a collection of all printable characters (i.e. those with Unicode category L, M, N, P, S) as well as all kinds of white spaces.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package thai is the subpackage containing additional information regarding Thai Unicode character block.
Package thai is the subpackage containing additional information regarding Thai Unicode character block.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL