summaryrefslogtreecommitdiff
path: root/textpre.awk
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2011-12-21 14:20:45 -0700
committerIIMarckus <iimarckus@gmail.com>2011-12-21 14:20:45 -0700
commitd637d149ccc272f419cfcda9564e07e7141979d4 (patch)
tree9b82f8c7fa66d1a60a5ef718e09b82db7c78bdc2 /textpre.awk
parenteed50479223ed604041ff6e281ce7a46564e2a0a (diff)
Add a character for the numero sign.
Unicode has a character for just about anything… hg-commit-id: 55e8f69345df
Diffstat (limited to 'textpre.awk')
-rw-r--r--textpre.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/textpre.awk b/textpre.awk
index a10f5f12..d86fb14d 100644
--- a/textpre.awk
+++ b/textpre.awk
@@ -155,6 +155,8 @@ char["│"] = "$7C"
char["└"] = "$7D"
char["┘"] = "$7E"
+char["№"] = "$74"
+
char[" "] = "$7F"
char["A"] = "$80"
char["B"] = "$81"