From 9c462418e946ab39895f6ec259c9a39d04f24333 Mon Sep 17 00:00:00 2001 From: Kaustubh BM Date: Thu, 13 May 2021 21:59:09 +0530 Subject: [PATCH] Update Utils.mjs Just included the hyphen ( - ) in the charRep function to enable it to be used in the Multi Tap Cipher Operation. --- src/core/Utils.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Utils.mjs b/src/core/Utils.mjs index ed29ceba..613ed13f 100755 --- a/src/core/Utils.mjs +++ b/src/core/Utils.mjs @@ -1169,6 +1169,7 @@ class Utils { "Comma": ",", "Semi-colon": ";", "Colon": ":", + "Hyphen": "-", "Tab": "\t", "Line feed": "\n", "CRLF": "\r\n",