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§
- Character
Set - Allows creating a custom character set.
- Morse
Code Set - Allows creating a custom morse code set.