summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/encoding/Makefile7
-rw-r--r--tools/encoding/ascii.txt1
2 files changed, 2 insertions, 6 deletions
diff --git a/tools/encoding/Makefile b/tools/encoding/Makefile
index 361239e..7235b47 100644
--- a/tools/encoding/Makefile
+++ b/tools/encoding/Makefile
@@ -67,15 +67,10 @@ encodings: clean txt2enc $(EUC_ENCODINGS)
@for p in *.txt; do \
enc=`echo $$p | sed 's/\..*$$/\.enc/'`; \
echo $$enc; \
- ./txt2enc -e 0 -u 1 $$p > $$enc; \
+ ./txt2enc -m $$p > $$enc; \
done
@echo
@echo Compiling special versions of encoding files.
- @for p in ascii.txt; do \
- enc=`echo $$p | sed 's/\..*$$/\.enc/'`; \
- echo $$enc; \
- ./txt2enc -m $$p > $$enc; \
- done
@for p in jis0208.txt; do \
enc=`echo $$p | sed 's/\..*$$/\.enc/'`; \
echo $$enc; \
diff --git a/tools/encoding/ascii.txt b/tools/encoding/ascii.txt
index 66ba6f3..2afbaab 100644
--- a/tools/encoding/ascii.txt
+++ b/tools/encoding/ascii.txt
@@ -93,3 +93,4 @@
0x7C 0x007C # VERTICAL LINE
0x7D 0x007D # RIGHT CURLY BRACKET
0x7E 0x007E # TILDE
+0x7F 0x007F # DELETE \ No newline at end of file