Add some missing punctuation symbols, in particular @ which (according to

a recent Press Association release) was added to Morse code by the ITU in
December. @ was previously used for the SK prosign, which is now spelt &.

Obtained from:  http://en.wikipedia.org/wiki/Morse_code
This commit is contained in:
Tony Finch 2004-02-20 11:55:38 +00:00
parent f3b6219857
commit ac5940be9d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126040
2 changed files with 5 additions and 2 deletions

View File

@ -102,7 +102,7 @@ Not all prosigns have corresponding characters. Use
.Ql #
for
.Em AS ,
.Ql @
.Ql &
for
.Em SK ,
.Ql *

View File

@ -120,6 +120,8 @@ static const struct morsetab mtab[] = {
{',', "--..--"},
{'.', ".-.-.-"},
{'"', ".-..-."},
{'!', "..--."},
{'?', "..--.."},
{'/', "-..-."},
{'-', "-....-"},
@ -130,11 +132,12 @@ static const struct morsetab mtab[] = {
{')', "-.--.-"},
{'$', "...-..-"},
{'+', ".-.-."}, /* AR */
{'@', ".--.-."}
/* prosigns without already assigned values */
{'#', ".-..."}, /* AS */
{'@', "...-.-"}, /* SK */
{'&', "...-.-"}, /* SK */
{'*', "...-."}, /* VE */
{'%', "-...-.-"}, /* BK */