Fix to work with new byod scheme.

This commit is contained in:
ehouse 2007-02-20 05:49:57 +00:00
parent 2b35dd68c7
commit 1ef4637a0d

View file

@ -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: <p>The hex "language" is something of a programmers' joke.
LANGINFO: Hex is short for hexadecimal, a 16-base number system whose