Module charsets

Source
Expand description

Contains morse code to character set mappings.

Constants§

DEFAULT_CHARACTER_SET
Default international morse code characters. It includes English language letters, numbers and punctuation marks. In utf8 mode a custom version of this array can be used while building an Encoder or Decoder using ‘with_character_set’ functions. Corresponding [MORSE_CODE_SET] can also be changed to support different languages.
DEFAULT_CHARACTER_SET_LENGTH
Maximum number of characters in default mapping set of morse code to letters.
DEFAULT_MORSE_CODE_SET
Default internal representation of morse characters.

Type Aliases§

CharacterSet
Allows creating a custom character set.
MorseCodeSet
Allows creating a custom morse code set.