modulepackage
1.0.0
Repository: https://github.com/pawelwritescode/charset.git
Documentation: pkg.go.dev
# README
Charset
This library contains different charsets and function that allows to pick random runes from them.
tenRandomJapaneseCharacters := charset.RandomRunes(10, []rune(charset.Japanese))
# Functions
RandomRunes returns slice of random runes of given length.
# Constants
Arabic represents set of Arabic characters.
ASCII represents set containing only ASCII characters.
Bengali represents set of Bengali characters.
Braille is used by blind people.
Chinese There are many thousands of Chinese characters.
Currencies represents set of financial currencies.
Cyrillic The Cyrillic script is a writing system used for various alphabets used in Eastern Europe, the Caucasus, Central Asia, and North Asia.
Devanagari represents set of Indian characters.
Emoji represents set of emojis.
English represents set of only english letters.
Ethiopian represents set of Ethiopian characters.
FullWidthCharacters A full-width character means the character has the same width as a Chinese character, regardless of font choice.
Greek represents set of greek characters.
InvertedLetters represents set of inverted letters.
IPA International Phonetic Alphabet (IPA) is a phonetic (pronunciation) notation designed for all human languages.
Japanese represents set of Japanese characters.
Keyboard represents set of keyboard symbols.
Korean represents set of Korean characters.
Latin Alphabet (aka Roman alphabet) is used to write most Western languages, including: English, German, French, Spanish, Italian.
MathematicalFonts represents set of different letters and numbers in different mathematical fonts.
MathematicalSymbols represents set of mathematical symbols.
Phoenician represents set of Phoenican characters.
Polish represents set of only polish letters.
Runes represents set of old runes.
Russian represents set of only russian letters.
Sex represents set of symbols related with genders.
Tamil represents set of Tamil characters.
Tibetan represents set of Tibetan characters.
Unicode represents set of Unicode characters (contain multi byte runes).
Units represents set of unit symbols.