summaryrefslogtreecommitdiff
path: root/textpre.awk
diff options
context:
space:
mode:
Diffstat (limited to 'textpre.awk')
-rw-r--r--textpre.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/textpre.awk b/textpre.awk
index 6d1edc76..eea16c63 100644
--- a/textpre.awk
+++ b/textpre.awk
@@ -2,6 +2,7 @@ BEGIN {
FS = "\""
char["@"] = "$50"
+char["#"] = "$54"
char[" "] = "$7F"
char["A"] = "$80"
char["B"] = "$81"