pub const DEFAULT_MORSE_CODE_SET: MorseCodeSet;
Expand description
Default internal representation of morse characters.
Letters can be converted to these morse code arrays and vice-versa. To support an utf8 character set, this array of morse codes can be changed along with the corresponding CharacterSet