A couple of tweaks so it works on byod with sample wordlist.

This commit is contained in:
ehouse 2006-06-28 03:38:42 +00:00
parent 9ad529c6b6
commit 644b57d22c

View file

@ -25,6 +25,7 @@ LANGFILTER_POSTCLIP: | tr [a-z
LANGFILTER_POSTCLIP: | grep '[AEIOU]'
# none with illegal chars
LANGFILTER_POSTCLIP: | grep '^[A-JL-VXZÇ]\+$'
LANGFILTER_POSTCLIP: | sort -u
LANGFILTER_POSTCLIP: | tr -s '\n' '\000'
# Until I can figure out how to force sort to use a locale's collation