Update Utils.mjs

Just included the hyphen ( - ) in the charRep function to enable it to be used in the Multi Tap Cipher Operation.
This commit is contained in:
Kaustubh BM 2021-05-13 21:59:09 +05:30 committed by GitHub
parent 6d5c992123
commit 9c462418e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1169,6 +1169,7 @@ class Utils {
"Comma": ",",
"Semi-colon": ";",
"Colon": ":",
"Hyphen": "-",
"Tab": "\t",
"Line feed": "\n",
"CRLF": "\r\n",