mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
deal with DOS EOL chars
This commit is contained in:
parent
5df7a2bca4
commit
01fb2c9878
1 changed files with 5 additions and 2 deletions
|
@ -16,9 +16,12 @@
|
|||
|
||||
LANGCODE:fr_FR
|
||||
|
||||
LANGFILTER_POSTCLIP: | tr [a-z] [A-Z]
|
||||
# deal with DOS files
|
||||
LANGFILTER_PRECLIP: tr -d '\r' |
|
||||
|
||||
LANGFILTER_POSTCLIP: | tr [a-z] [A-Z]
|
||||
LANGFILTER_POSTCLIP: | grep '^[A-Z]*$'
|
||||
LANGFILTER_POSTCLIP: | tr -s '\n\r' '\000\000'
|
||||
LANGFILTER_POSTCLIP: | tr '\n' '\000'
|
||||
LANGFILTER_POSTCLIP: | sort -z
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue