2010-12-01 03:35:11 +01:00
|
|
|
# -*- mode: conf; -*-
|
2009-03-14 20:27:29 +01:00
|
|
|
# Copyright 2002-2009 by Eric House (xwords@eehouse.org). All rights
|
|
|
|
# reserved.
|
2004-07-19 15:55:58 +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:pl
|
|
|
|
LANGNAME:Polish
|
2010-12-01 03:35:11 +01:00
|
|
|
CHARSET:utf-8
|
2004-07-19 15:55:58 +02:00
|
|
|
|
2004-07-20 16:57:05 +02:00
|
|
|
# deal with DOS files
|
2009-03-14 23:33:53 +01:00
|
|
|
LANGFILTER: tr -d '\r'
|
2022-01-28 04:36:55 +01:00
|
|
|
LANGFILTER: | sed -e 's/[[:lower:]]*/\U&/'
|
2022-01-24 02:46:52 +01:00
|
|
|
LANGFILTER: | grep -x '[A-PR-UWYZĄĆĘŁŃÓŚŹŻ]\{2,15\}'
|
2009-03-14 23:33:53 +01:00
|
|
|
LANGFILTER: | tr '\n' '\000'
|
2004-07-20 16:57:05 +02:00
|
|
|
|
2009-03-14 23:33:53 +01:00
|
|
|
D2DARGS: -r -term 0
|
2004-07-19 15:55:58 +02:00
|
|
|
|
|
|
|
NEEDSSORT:true
|
|
|
|
|
|
|
|
|
|
|
|
LANGINFO: <p>Polish is interesting because it has 32 letters plus a
|
|
|
|
LANGINFO: blank, a larger number than any other supported language.
|
|
|
|
LANGINFO: Yet while I call it "supported", in fact this combination
|
|
|
|
LANGINFO: has never been tested because I don't have a Polish
|
|
|
|
LANGINFO: wordlist. So if you are the first and have problems you've
|
|
|
|
LANGINFO: probably found a bug. Please let <a
|
2006-01-08 02:25:02 +01:00
|
|
|
LANGINFO: href="mailto:xwords@eehouse.org">me</a> know so that I can get
|
2004-07-19 15:55:58 +02:00
|
|
|
LANGINFO: this working.</p>
|
|
|
|
|
|
|
|
LANGINFO: <p>Note that the blank is the last tile here, while with all
|
2009-03-14 20:27:29 +01:00
|
|
|
LANGINFO: other languages it's the first.</p>
|
2004-07-19 15:55:58 +02:00
|
|
|
|
2010-12-01 03:35:11 +01:00
|
|
|
# LANGINFO: <p>Also, please note that we currently require the files you
|
|
|
|
# LANGINFO: upload to use the iso-8859-2 character encoding.</p>
|
2004-12-12 07:29:16 +01:00
|
|
|
|
2004-07-19 15:55:58 +02:00
|
|
|
# High bit means "official". Next 7 bits are an enum where
|
|
|
|
# Polish==8. Low byte is padding
|
|
|
|
XLOC_HEADER:0x8800
|
|
|
|
|
|
|
|
<BEGIN_TILES>
|
2022-04-04 08:12:29 +02:00
|
|
|
'A|a' 1 9
|
|
|
|
'Ą|ą' 5 1
|
|
|
|
'B|b' 3 2
|
|
|
|
'C|c' 2 3
|
|
|
|
'Ć|ć' 6 1
|
|
|
|
'D|d' 2 3
|
|
|
|
'E|e' 1 7
|
|
|
|
'Ę|ę' 5 1
|
|
|
|
'F|f' 5 1
|
|
|
|
'G|g' 3 2
|
|
|
|
'H|h' 3 2
|
|
|
|
'I|i' 1 8
|
|
|
|
'J|j' 3 2
|
|
|
|
'K|k' 3 3
|
|
|
|
'L|l' 2 3
|
|
|
|
'Ł|ł' 3 2
|
|
|
|
'M|m' 2 3
|
|
|
|
'N|n' 1 5
|
|
|
|
'Ń|ń' 7 1
|
|
|
|
'O|o' 1 6
|
|
|
|
'Ó|ó' 5 1
|
|
|
|
'P|p' 2 3
|
|
|
|
'R|r' 1 4
|
|
|
|
'S|s' 1 4
|
|
|
|
'Ś|ś' 5 1
|
|
|
|
'T|t' 2 3
|
|
|
|
'U|u' 3 2
|
|
|
|
'W|w' 1 4
|
|
|
|
'Y|y' 2 4
|
|
|
|
'Z|z' 1 5
|
|
|
|
'Ź|ź' 9 1
|
|
|
|
'Ż|ż' 5 1
|
2009-03-14 20:27:29 +01:00
|
|
|
|
2004-07-19 15:55:58 +02:00
|
|
|
# the blank *must* be last here!!!
|
2022-04-04 08:12:29 +02:00
|
|
|
{"_"} 0 2
|
2004-07-19 15:55:58 +02:00
|
|
|
<END_TILES>
|