package
0.0.0-20231019094415-0cedff7c5fb4
Repository: https://github.com/hannalindgren/go-utils.git
Documentation: pkg.go.dev
# Functions
BlockFor returns the name of the unicode script where the input rune belongs.
NameFor returns the name of the input rune.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
UnicodeFor Returns a list of unicodes for each input rune.
UnicodeForR Returns unicode for the input rule.
# Constants
No description provided by the author
# Structs
Info holds a set of unicode-related information for a rune.
Processor.
No description provided by the author
Tokenizer is a simple unicode tokenizer, that groups characters by code block A sequence of characters is treated as one token, as long as they belong to the same unicode code block Numerals, spacing and punctuation are treated as separates code blocks.