From 991bb887aee26abd3605d6d3c8f3bbfebd0e4a69 Mon Sep 17 00:00:00 2001 From: misterRaven Date: Thu, 9 Feb 2017 17:20:06 +0700 Subject: [PATCH] Punctuation symbols for Morse code --- src/js/operations/MorseCode.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/js/operations/MorseCode.js b/src/js/operations/MorseCode.js index fbab4aed..38b94a30 100644 --- a/src/js/operations/MorseCode.js +++ b/src/js/operations/MorseCode.js @@ -65,6 +65,24 @@ var MorseCode = { "8": "", "9": "", "0": "", + ".": "", + ",": "", + ":": "", + ";": "", + "!": "", + "?": "", + "'": "", + "\"": "", + "/": "", + "-": "", + "+": "", + "(": "", + ")": "", + "@": "", + "=": "", + "&": "", + "_": "", + "$": "" },