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:
parent
6d5c992123
commit
9c462418e9
@ -1169,6 +1169,7 @@ class Utils {
|
|||||||
"Comma": ",",
|
"Comma": ",",
|
||||||
"Semi-colon": ";",
|
"Semi-colon": ";",
|
||||||
"Colon": ":",
|
"Colon": ":",
|
||||||
|
"Hyphen": "-",
|
||||||
"Tab": "\t",
|
"Tab": "\t",
|
||||||
"Line feed": "\n",
|
"Line feed": "\n",
|
||||||
"CRLF": "\r\n",
|
"CRLF": "\r\n",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user