mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-14 08:01:38 +01:00
Changes to fix BYOD (though still need native speaker confirmation)
This commit is contained in:
parent
f0ccaa92bc
commit
83a6970573
1 changed files with 5 additions and 5 deletions
|
@ -17,15 +17,15 @@
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
LANGCODE:pl_PL
|
LANGCODE:pl_PL
|
||||||
|
|
||||||
CHARSET:iso-8859-2
|
CHARSET:iso-8859-2
|
||||||
|
|
||||||
# deal with DOS files
|
# deal with DOS files
|
||||||
LANGFILTER_PRECLIP: tr -d '\r' |
|
LANGFILTER: tr -d '\r'
|
||||||
|
LANGFILTER: | tr [a-pr-uwyz±æê³ñ󶼿] [A-PR-UWYZ¡ÆÊ£ÑÓ¦¬¯]
|
||||||
|
LANGFILTER: | grep '^[A-PR-UWYZ¡ÆÊ£ÑÓ¦¬¯]*$'
|
||||||
|
LANGFILTER: | tr '\n' '\000'
|
||||||
|
|
||||||
LANGFILTER_POSTCLIP: | tr [a-z] [A-Z]
|
D2DARGS: -r -term 0
|
||||||
LANGFILTER_POSTCLIP: | grep '^[A-Z]*$'
|
|
||||||
LANGFILTER_POSTCLIP: | tr '\n' '\000'
|
|
||||||
|
|
||||||
NEEDSSORT:true
|
NEEDSSORT:true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue