Update Utils.mjs
Added the Period, Hash and Ampersand representations to the charRep method so that it could be used in the MultiTap Cipher codes.
This commit is contained in:
parent
ea7da0a824
commit
2f600f1dbf
@ -1166,10 +1166,13 @@ class Utils {
|
||||
return {
|
||||
"Space": " ",
|
||||
"Percent": "%",
|
||||
"Period": ".",
|
||||
"Comma": ",",
|
||||
"Semi-colon": ";",
|
||||
"Colon": ":",
|
||||
"Hyphen": "-",
|
||||
"Hash": "#",
|
||||
"Ampersand": "&",
|
||||
"Tab": "\t",
|
||||
"Line feed": "\n",
|
||||
"CRLF": "\r\n",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user