Skip to content

MorseSharp v2.0.0

Compare
Choose a tag to compare
@p6laris p6laris released this 11 Oct 01:23
· 121 commits to master since this release
2d6ab49

Highlights of v2.0.0

Decoding

Now you can use MorseTextConverter to decode morse code to sentences for both kurdish and english language.

MorseTextConverter converter = new();
var sentence = await converter.ConvertMorseToKurdish("_.... .__ ..");

❗ Letters must be separated by spaces, words by ( / ).