Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMapSchemeRequired = errors.New("map scheme required") ErrMapSchemeUnknown = errors.New("unknown map scheme") )
View Source
var Categories = map[string]string{
"C": "Other",
"Cc": "Control",
"Cf": "Format",
"Co": "Private Use",
"Cs": "Surrrogate",
"L": "Letter",
"Ll": "Lowercase Letter",
"Lm": "Modifier Letter",
"Lo": "Other Letter",
"Lt": "Titlecase Letter",
"Lu": "Uppercase Letter",
"M": "Mark",
"Mc": "Spacing Mark",
"Me": "Enclosing Mark",
"Mn": "Nonspacing Mark",
"N": "Number",
"Nd": "Decimal Number",
"Nl": "Letter Number",
"No": "Other Number",
"P": "Punctuation",
"Pc": "Connector Punctuation",
"Pd": "Dash Punctuation",
"Pe": "Close Punctuation",
"Pf": "Final Punctuation",
"Pi": "Initial Punctuation",
"Po": "Other Punctuation",
"Ps": "Open Punctuation",
"S": "Symbol",
"Sc": "Currency Symbol",
"Sk": "Modifier Symbol",
"Sm": "Math Symbol",
"So": "Other Symbol",
"Z": "Separator",
"Zl": "Line Separator",
"Zp": "Paragraph Separator",
"Zs": "Space Separator",
}
View Source
var (
ErrNoUnicodeTable = errors.New("unicode table does not exist")
)
Functions ¶
func NewCommand ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.