mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
76 lines
1.7 KiB
Text
76 lines
1.7 KiB
Text
# -*- mode: conf; coding: iso-8859-1; -*-
|
|
# 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:sv_SE
|
|
|
|
LANGFILTER: tr -d '\r'
|
|
LANGFILTER: | tr [a-zäåæöü] [A-ZÄÅÆÖÜ]
|
|
LANGFILTER: | grep '^[A-ZÄÅÆÖÜ]*$'
|
|
|
|
D2DARGS: -r -term 10
|
|
|
|
LANGINFO: <p>From an English-speaker's perspective, Swedish drops Q
|
|
LANGINFO: and W, and adds Ä, Å, Æ, Ö and Ü.</p>
|
|
|
|
# High bit means "official". Next 7 bits are an enum where
|
|
# Swedish==7. Low byte is padding
|
|
XLOC_HEADER:0x8700
|
|
|
|
|
|
|
|
<BEGIN_TILES>
|
|
2 0 {"_"}
|
|
8 1 'A'
|
|
# A with two dots
|
|
2 3 'Ä'
|
|
# A with circle
|
|
2 4 'Å'
|
|
# Æ tile only available for blanks
|
|
0 1 'Æ'
|
|
2 4 'B'
|
|
1 8 'C'
|
|
5 1 'D'
|
|
7 1 'E'
|
|
2 3 'F'
|
|
3 2 'G'
|
|
2 2 'H'
|
|
5 1 'I'
|
|
1 7 'J'
|
|
3 2 'K'
|
|
5 1 'L'
|
|
3 2 'M'
|
|
6 1 'N'
|
|
5 2 'O'
|
|
# O with two dots
|
|
2 4 'Ö'
|
|
2 4 'P'
|
|
# Q tile only available for blanks
|
|
0 1 'Q'
|
|
8 1 'R'
|
|
8 1 'S'
|
|
8 1 'T'
|
|
3 4 'U'
|
|
# Ü tile only available for blanks
|
|
0 1 'Ü'
|
|
2 3 'V'
|
|
# W tile only available for blanks
|
|
0 1 'W'
|
|
1 8 'X'
|
|
1 7 'Y'
|
|
1 10 'Z'
|
|
|
|
<END_TILES>
|