xwords/xwords4/dawg/French/info.txt
Eric House 5a65d0a3db change tile info format in info.txt
I'm moving toward allowing per-board-size counts with faces and values
staying the same. So it makes more sense to have face and values be
the first columns.
2022-04-04 08:12:29 +02:00

68 lines
1.7 KiB
Text
Executable file

# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
LANGCODE:fr
LANGNAME:French
# deal with DOS files
LANGFILTER: tr -d '\r'
LANGFILTER: | tr [a-z] [A-Z]
LANGFILTER: | grep -x '[A-Z]\{2,15\}'
LANGFILTER: | tr '\n' '\000'
LANGFILTER: | sort -u -z
D2DARGS: -r -nosort -term 0
LANGINFO: <p>At this point French is getting treated the same as
LANGINFO: English. But I think I should be transforming accented
LANGINFO: vowels into their unaccented equivalents rather than
LANGINFO: dropping those words from the list prior to compression.</p>
# High bit means "official". Next 7 bits are an enum where
# French==2. Low byte is padding
XLOC_HEADER:0x8200
<BEGIN_TILES>
{"_"} 0 2
'A|a' 1 9
'B|b' 3 2
'C|c' 3 2
'D|d' 2 3
'E|e' 1 15
'F|f' 4 2
'G|g' 2 2
'H|h' 4 2
'I|i' 1 8
'J|j' 8 1
'K|k' 10 1
'L|l' 1 5
'M|m' 2 3
'N|n' 1 6
'O|o' 1 6
'P|p' 3 2
'Q|q' 8 1
'R|r' 1 6
'S|s' 1 6
'T|t' 1 6
'U|u' 1 6
'V|v' 4 2
'W|w' 10 1
'X|x' 10 1
'Y|y' 10 1
'Z|z' 10 1
<END_TILES>