mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-31 16:57:10 +00:00
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:
parent
f3b6219857
commit
ac5940be9d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126040
@ -102,7 +102,7 @@ Not all prosigns have corresponding characters. Use
|
||||
.Ql #
|
||||
for
|
||||
.Em AS ,
|
||||
.Ql @
|
||||
.Ql &
|
||||
for
|
||||
.Em SK ,
|
||||
.Ql *
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user