From 1ef4637a0de5c100647ea91b0368565a78bf31ad Mon Sep 17 00:00:00 2001 From: ehouse Date: Tue, 20 Feb 2007 05:49:57 +0000 Subject: [PATCH] Fix to work with new byod scheme. --- dawg/Hex/info.txt | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dawg/Hex/info.txt b/dawg/Hex/info.txt index fb662596c..fcd4f6baf 100755 --- a/dawg/Hex/info.txt +++ b/dawg/Hex/info.txt @@ -19,14 +19,11 @@ LANGCODE:HEX # uppercase all -LANGFILTER_POSTCLIP: | tr [a-f] [A-F] -LANGFILTER_POSTCLIP: | grep '^[A-F]*$' -LANGFILTER_POSTCLIP: | tr '\n' '\000' -LANGFILTER_POSTCLIP: | sort -u -z - - -NEEDSSORT:false +LANGFILTER: tr [a-f] [A-F] +LANGFILTER: | grep '^[A-F]*$' +LANGFILTER: | sort -u +D2DARGS: -nosort -term 10 LANGINFO:

The hex "language" is something of a programmers' joke. LANGINFO: Hex is short for hexadecimal, a 16-base number system whose