mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
df14108e4e
where missing and seems possible
76 lines
1.8 KiB
Text
76 lines
1.8 KiB
Text
# -*- mode: conf; coding: utf-8; -*-
|
|
# 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.
|
|
|
|
CHARSET: utf-8
|
|
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'
|
|
# A with two dots
|
|
2 3 'Ä|ä'
|
|
# A with circle
|
|
2 4 'Å|å'
|
|
# Æ tile only available for blanks
|
|
0 1 'Æ|æ'
|
|
2 4 'B|b'
|
|
1 8 'C|c'
|
|
5 1 'D|d'
|
|
7 1 'E|e'
|
|
2 3 'F|f'
|
|
3 2 'G|g'
|
|
2 2 'H|h'
|
|
5 1 'I|i'
|
|
1 7 'J|j'
|
|
3 2 'K|k'
|
|
5 1 'L|l'
|
|
3 2 'M|m'
|
|
6 1 'N|n'
|
|
5 2 'O|o'
|
|
# O with two dots
|
|
2 4 'Ö|ö'
|
|
2 4 'P|p'
|
|
# Q tile only available for blanks
|
|
0 1 'Q|q'
|
|
8 1 'R|r'
|
|
8 1 'S|s'
|
|
8 1 'T|t'
|
|
3 4 'U|u'
|
|
# Ü tile only available for blanks
|
|
0 1 'Ü|ü'
|
|
2 3 'V|v'
|
|
# W tile only available for blanks
|
|
0 1 'W|w'
|
|
1 8 'X|x'
|
|
1 7 'Y|y'
|
|
1 10 'Z|z'
|
|
<END_TILES>
|