mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
A couple of tweaks so it works on byod with sample wordlist.
This commit is contained in:
parent
9ad529c6b6
commit
644b57d22c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue