morse_codec::charsets

Constant DEFAULT_CHARACTER_SET

Source
pub const DEFAULT_CHARACTER_SET: CharacterSet = b" ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890,?:-\"(=X.;/'_)+@";
Expand description

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.