Expand description
Contains morse code to character set mappings.
Constants§
- 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.
- Maximum number of characters in a mapping set of morse code to letters.
- Default internal representation of morse characters.
Type Aliases§
- Client code can use this type to construct a different character mapping to morse code and construct the decoder or encoder with this custom character set.