summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortroido <troido@hotmail.com>2017-12-28 23:12:21 +0100
committertroido <troido@hotmail.com>2017-12-28 23:12:21 +0100
commit1cca972f295b469ff2ecf0cc53846f49d9ac56cf (patch)
tree165a95572dd6f71a1ad73b6ef35ede9b39731f3f
parent46978d331a368c9f8e757ebfa6ba468907dbc095 (diff)
escaped backslash in charmap
-rw-r--r--asciifarm/charmaps/default.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciifarm/charmaps/default.json b/asciifarm/charmaps/default.json
index d881313..c815866 100644
--- a/asciifarm/charmaps/default.json
+++ b/asciifarm/charmaps/default.json
@@ -37,5 +37,5 @@
"charwidth": 1,
"healthfull": ["#", 7, 2],
"healthempty": ["_", 7, 1],
- "alphabet": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
+ "alphabet": "!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
}