aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ibm866_gen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/ibm866_gen.sh b/scripts/ibm866_gen.sh
index a027680..4229e95 100755
--- a/scripts/ibm866_gen.sh
+++ b/scripts/ibm866_gen.sh
@@ -36,3 +36,5 @@ PREAMBLE
awk 'BEGIN { for (i=0; i < 0x80; ++i) { printf("<U%04X> \\x%02X |0\n", i, i);}}
!/^#/ && !/^$/ { printf ("<U%4s> \\x%02X |0\n", substr($2, 3), $1 + 0x80);}' \
index-ibm866.txt | sort
+echo 'END CHARMAP'
+