diff options
| author | IIMarckus <iimarckus@gmail.com> | 2011-12-21 14:20:45 -0700 |
|---|---|---|
| committer | IIMarckus <iimarckus@gmail.com> | 2011-12-21 14:20:45 -0700 |
| commit | d637d149ccc272f419cfcda9564e07e7141979d4 (patch) | |
| tree | 9b82f8c7fa66d1a60a5ef718e09b82db7c78bdc2 /textpre.awk | |
| parent | Add characters for textbox borders to the array. (diff) | |
| download | pokeyellow-d637d149ccc272f419cfcda9564e07e7141979d4.tar.gz pokeyellow-d637d149ccc272f419cfcda9564e07e7141979d4.tar.xz pokeyellow-d637d149ccc272f419cfcda9564e07e7141979d4.zip | |
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.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" |
