• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

My own rewrite of the BSD morse code recreational utility


Commit MetaInfo

Revision7be3e0aecf9991e8157ed19d00cd401358ecf360 (tree)
Zeit2021-08-29 19:36:07
AutorJoel Matthew Rees <joel.rees@gmai...>
CommiterJoel Matthew Rees

Log Message

a few more encodings

Ändern Zusammenfassung

Diff

--- a/bsdmorseplus.c
+++ b/bsdmorseplus.c
@@ -107,6 +107,15 @@ const struct punc {
107107 { '"', ".-..-." },
108108 { '=', "-...-" },
109109 { '+', ".-.-." },
110+/* JMR20210829: since 2005? for email addy */
111+ { '@', ".--.-." },
112+/* JMR20210829: Not universally accepted stuff: */
113+ { '!', "-.-.--" },
114+ { '&', ".-..." },
115+ { ';', "-.-.-." },
116+ { '_', "..--.-" },
117+ { '$', "...-..-" },
118+/* JMR20210829 end end. */
110119 { '\0', NULL }
111120 };
112121