mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
left out a filter step
This commit is contained in:
parent
8869fdcfcc
commit
f8c8e0067a
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ LANGFILTER_POSTCLIP: | sed 's/LL/2/g'
|
|||
LANGFILTER_POSTCLIP: | sed 's/RR/3/g'
|
||||
# substitute in the octal control character values
|
||||
LANGFILTER_POSTCLIP: | tr '123' '\001\002\003'
|
||||
# now add nulls as terminators
|
||||
LANGFILTER_POSTCLIP: | tr -s '\n\r' '\000\000'
|
||||
LANGFILTER_POSTCLIP: | sort -z
|
||||
|
||||
|
||||
LANGINFO: <p>Spanish words include all letters in the English alphabet
|
||||
|
|
Loading…
Reference in a new issue