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 5e3d065d..40575fb0 100644
--- a/textpre.awk
+++ b/textpre.awk
@@ -3,6 +3,7 @@ FS = "\""
char["@"] = "$50"
char["#"] = "$54"
+char["…"] = "$75"
char[" "] = "$7F"
char["A"] = "$80"
char["B"] = "$81"