From 8c3fdd9b90d28e1f8c8fbfda8a29116d5f139f29 Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Mon, 9 Dec 2019 02:17:06 -0500 Subject: [PATCH] add space = slash in CW resources file. fixes #102 --- resources/morse.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/morse.json b/resources/morse.json index d43c9a2..51f7a79 100644 --- a/resources/morse.json +++ b/resources/morse.json @@ -8,5 +8,5 @@ "?": "..--..", "'": ".----.", "!": "-.-.--", "/": "-..-.", "(": "-.--.", ")": "-.--.-", "&": ".-...", ":": "---...", ";": "-.-.-.", "=": "-...-", "+": ".-.-.", "-": "-....-", "\"": ".-..-.", "@": ".--.-.", "Ä": ".-.-", "Å": ".-.-", "Ą": ".-.-", "Æ": ".-.-", -"É": "..-..", "Ñ": "--.--", "Ö": "---.", "Ü": "..--", "Š": "----" +"É": "..-..", "Ñ": "--.--", "Ö": "---.", "Ü": "..--", "Š": "----", " ": "/" }