2006-01-08 02:25:02 +01:00
|
|
|
# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved.
|
2004-06-10 15:02:20 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2022-04-04 08:12:29 +02:00
|
|
|
LANGCODE:fr
|
|
|
|
LANGNAME:French
|
2004-06-10 15:02:20 +02:00
|
|
|
|
2004-07-08 16:07:15 +02:00
|
|
|
# deal with DOS files
|
2007-02-17 18:06:05 +01:00
|
|
|
LANGFILTER: tr -d '\r'
|
2004-07-08 16:07:15 +02:00
|
|
|
|
2007-02-17 18:06:05 +01:00
|
|
|
LANGFILTER: | tr [a-z] [A-Z]
|
2022-01-24 02:46:52 +01:00
|
|
|
LANGFILTER: | grep -x '[A-Z]\{2,15\}'
|
2007-02-17 18:06:05 +01:00
|
|
|
LANGFILTER: | tr '\n' '\000'
|
|
|
|
LANGFILTER: | sort -u -z
|
2004-06-10 15:02:20 +02:00
|
|
|
|
2007-02-17 18:06:05 +01:00
|
|
|
D2DARGS: -r -nosort -term 0
|
2004-06-10 15:02:20 +02:00
|
|
|
|
|
|
|
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>
|
2022-04-04 08:12:29 +02:00
|
|
|
{"_"} 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
|
2004-06-10 15:02:20 +02:00
|
|
|
<END_TILES>
|