From ba231fa07a3a638b54062814f8d24bfac15659c4 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sat, 17 Dec 2011 22:33:47 -0700 Subject: More text, and some new characters. Make $50 equal to "@". hg-commit-id: 5a8e07fda917 --- textpre.awk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'textpre.awk') diff --git a/textpre.awk b/textpre.awk index 2efc59df..6d1edc76 100644 --- a/textpre.awk +++ b/textpre.awk @@ -1,6 +1,7 @@ BEGIN { FS = "\"" +char["@"] = "$50" char[" "] = "$7F" char["A"] = "$80" char["B"] = "$81" @@ -61,6 +62,7 @@ char["x"] = "$B7" char["y"] = "$B8" char["z"] = "$B9" char["'"] = "$E0" +char["-"] = "$E3" char["?"] = "$E6" char["!"] = "$E7" char["."] = "$E8" -- cgit v1.3.1-sl0p