alwindoss / morse

Morse Code Library in Go
https://pkg.go.dev/github.com/alwindoss/morse
BSD 3-Clause "New" or "Revised" License
82 stars 13 forks source link

Morse alfabet not valid by stardard #10

Closed Konstantin8105 closed 5 years ago

Konstantin8105 commented 6 years ago

Describe the bug Morse alfabet not valid by stardard

To Reproduce see Go tests:

expected := "-- -.-- / -. .- -- . / .. ... / .- .-.. .-- .. -. / -.. --- ... ..."

Expected behavior

expected := "-- -.--  -. .- -- . .. ... .- .-.. .-- .. -. -.. --- ... ..."

Screenshots No.

Environment (please complete the following information with go env output): No need

Additional context for more information see Recommendation ITU-R M.1677-1 http://www.itu.int/dms_pubrec/itu-r/rec/m/R-REC-M.1677-1-200910-I!!PDF-E.pdf

alwindoss commented 6 years ago

I wasn't able to access the link to the PDF. However, if I use the online Morse Code Translator it replaces space with / Online Translator

alwindoss commented 5 years ago

Closing this issue seeing there is no response from the creator of the issue.