mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
add 'sort -u' to get rid of duplicates. All info files should have this....
This commit is contained in:
parent
328c96c617
commit
c0c5332098
1 changed files with 4 additions and 3 deletions
|
@ -26,6 +26,8 @@ LANGFILTER_POSTCLIP: | tr [a-z
|
|||
LANGFILTER_POSTCLIP: | grep '[AEIOUÅÆØ]'
|
||||
# none with illegal chars
|
||||
LANGFILTER_POSTCLIP: | grep '^[A-PR-VX-ZÅÆØ]\+$'
|
||||
# remove duplicates
|
||||
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
|
||||
|
@ -34,9 +36,8 @@ LANGFILTER_POSTCLIP: | tr -s '\n' '\000'
|
|||
|
||||
NEEDSSORT:true
|
||||
|
||||
LANGINFO: <p>Danish uses all English letters except Q and
|
||||
W. Three non-English letters: 'Å', 'Æ' and 'Ø'.
|
||||
</p>
|
||||
LANGINFO: <p>Danish uses all English letters except Q and W. There
|
||||
LANGINFO: are three non-English letters: 'Å', 'Æ' and 'Ø'. </p>
|
||||
|
||||
# High bit means "official". Next 7 bits are an enum where
|
||||
# Danish==9. Low byte is padding
|
||||
|
|
Loading…
Reference in a new issue