mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
Fix to work with new byod scheme.
This commit is contained in:
parent
2b35dd68c7
commit
1ef4637a0d
1 changed files with 4 additions and 7 deletions
|
@ -19,14 +19,11 @@ LANGCODE:HEX
|
|||
|
||||
|
||||
# uppercase all
|
||||
LANGFILTER_POSTCLIP: | tr [a-f] [A-F]
|
||||
LANGFILTER_POSTCLIP: | grep '^[A-F]*$'
|
||||
LANGFILTER_POSTCLIP: | tr '\n' '\000'
|
||||
LANGFILTER_POSTCLIP: | sort -u -z
|
||||
|
||||
|
||||
NEEDSSORT:false
|
||||
LANGFILTER: tr [a-f] [A-F]
|
||||
LANGFILTER: | grep '^[A-F]*$'
|
||||
LANGFILTER: | sort -u
|
||||
|
||||
D2DARGS: -nosort -term 10
|
||||
|
||||
LANGINFO: <p>The hex "language" is something of a programmers' joke.
|
||||
LANGINFO: Hex is short for hexadecimal, a 16-base number system whose
|
||||
|
|
Loading…
Add table
Reference in a new issue