diff options
Diffstat (limited to 'textpre.awk')
-rw-r--r-- | textpre.awk | 2 |
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" |