2010-12-01 03:35:11 +01:00
|
|
|
# -*- mode: conf; coding: utf-8; -*-
|
2006-01-08 02:25:02 +01:00
|
|
|
# Copyright 2002 by Eric House (xwords@eehouse.org). All rights reserved.
|
2003-12-09 07:08:12 +01: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.
|
|
|
|
|
2010-12-01 03:35:11 +01:00
|
|
|
CHARSET: utf-8
|
2022-04-04 08:12:29 +02:00
|
|
|
LANGCODE:sv
|
|
|
|
LANGNAME:Swedish
|
2003-12-09 07:08:12 +01:00
|
|
|
|
2007-02-17 18:06:05 +01:00
|
|
|
LANGFILTER: tr -d '\r'
|
2022-01-28 04:36:55 +01:00
|
|
|
# uppercase all
|
|
|
|
LANGFILTER: | sed -e 's/[[:lower:]]*/\U&/'
|
2022-01-24 02:46:52 +01:00
|
|
|
LANGFILTER: | grep -x '[A-ZÄÅÆÖÜ]\{2,15\}'
|
2003-12-09 07:08:12 +01:00
|
|
|
|
2007-02-17 18:06:05 +01:00
|
|
|
D2DARGS: -r -term 10
|
2003-12-09 07:08:12 +01:00
|
|
|
|
2009-01-25 19:57:05 +01:00
|
|
|
LANGINFO: <p>From an English-speaker's perspective, Swedish drops Q
|
2010-12-01 03:35:11 +01:00
|
|
|
LANGINFO: and W, and adds Ä, Å, Æ, Ö and Ü.</p>
|
2003-12-09 07:08:12 +01:00
|
|
|
|
|
|
|
# High bit means "official". Next 7 bits are an enum where
|
|
|
|
# Swedish==7. Low byte is padding
|
|
|
|
XLOC_HEADER:0x8700
|
|
|
|
|
|
|
|
|
|
|
|
<BEGIN_TILES>
|
2022-04-04 08:12:29 +02:00
|
|
|
{"_"} 0 2
|
|
|
|
'A|a' 1 8
|
2003-12-09 07:08:12 +01:00
|
|
|
# A with two dots
|
2022-04-04 08:12:29 +02:00
|
|
|
'Ä|ä' 3 2
|
2003-12-10 07:02:25 +01:00
|
|
|
# A with circle
|
2022-04-04 08:12:29 +02:00
|
|
|
'Å|å' 4 2
|
2010-12-01 03:35:11 +01:00
|
|
|
# Æ tile only available for blanks
|
2022-04-04 08:12:29 +02:00
|
|
|
'Æ|æ' 1 0
|
|
|
|
'B|b' 4 2
|
|
|
|
'C|c' 8 1
|
|
|
|
'D|d' 1 5
|
|
|
|
'E|e' 1 7
|
|
|
|
'F|f' 3 2
|
|
|
|
'G|g' 2 3
|
|
|
|
'H|h' 2 2
|
|
|
|
'I|i' 1 5
|
|
|
|
'J|j' 7 1
|
|
|
|
'K|k' 2 3
|
|
|
|
'L|l' 1 5
|
|
|
|
'M|m' 2 3
|
|
|
|
'N|n' 1 6
|
|
|
|
'O|o' 2 5
|
2003-12-09 07:08:12 +01:00
|
|
|
# O with two dots
|
2022-04-04 08:12:29 +02:00
|
|
|
'Ö|ö' 4 2
|
|
|
|
'P|p' 4 2
|
2003-12-09 07:08:12 +01:00
|
|
|
# Q tile only available for blanks
|
2022-04-04 08:12:29 +02:00
|
|
|
'Q|q' 1 0
|
|
|
|
'R|r' 1 8
|
|
|
|
'S|s' 1 8
|
|
|
|
'T|t' 1 8
|
|
|
|
'U|u' 4 3
|
2010-12-01 03:35:11 +01:00
|
|
|
# Ü tile only available for blanks
|
2022-04-04 08:12:29 +02:00
|
|
|
'Ü|ü' 1 0
|
|
|
|
'V|v' 3 2
|
2003-12-09 07:08:12 +01:00
|
|
|
# W tile only available for blanks
|
2022-04-04 08:12:29 +02:00
|
|
|
'W|w' 1 0
|
|
|
|
'X|x' 8 1
|
|
|
|
'Y|y' 7 1
|
|
|
|
'Z|z' 10 1
|
2003-12-09 07:08:12 +01:00
|
|
|
<END_TILES>
|