mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-09 05:24:44 +01:00
76dc78cd1c
Required for some unicode chars, but might as well use it everywhere to make copying easier.
65 lines
1.9 KiB
Text
Executable file
65 lines
1.9 KiB
Text
Executable file
# Copyright 2002-2006 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:it_IT
|
|
|
|
# deal with DOS files
|
|
LANGFILTER: tr -d '\r'
|
|
LANGFILTER: | sed -e 's/[[:lower:]]*/\U&/'
|
|
LANGFILTER: | grep -x '[A-IL-VZ]\{2,15\}'
|
|
LANGFILTER: | sort -u
|
|
|
|
D2DARGS: -r -term 10 -nosort
|
|
|
|
LANGINFO: <p>Italian is treated the same as English but for
|
|
LANGINFO: missing letters J, K, W, X and Y.</p>
|
|
|
|
|
|
# High bit means "official". Next 7 bits are an enum where
|
|
# Italian==0xA. Low byte is padding
|
|
XLOC_HEADER:0x8A00
|
|
|
|
# tile values taken from http://www.gtoal.com/wordgames/details/italian/
|
|
<BEGIN_TILES>
|
|
2 0 {"_"}
|
|
13 1 'A|a'
|
|
3 5 'B|b'
|
|
4 4 'C|c'
|
|
3 5 'D|d'
|
|
13 1 'E|e'
|
|
2 8 'F|f'
|
|
3 5 'G|g'
|
|
2 8 'H|h'
|
|
13 1 'I|i'
|
|
0 1 'J|j'
|
|
0 1 'K|k'
|
|
5 3 'L|l'
|
|
5 3 'M|m'
|
|
6 2 'N|n'
|
|
13 1 'O|o'
|
|
3 5 'P|p'
|
|
1 10 'Q|q'
|
|
6 2 'R|r'
|
|
6 2 'S|s'
|
|
6 2 'T|t'
|
|
5 3 'U|u'
|
|
4 4 'V|v'
|
|
0 1 'W|w'
|
|
0 1 'X|x'
|
|
0 1 'Y|y'
|
|
2 8 'Z|z'
|
|
<END_TILES>
|