mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-06 05:24:46 +01:00
5a65d0a3db
I'm moving toward allowing per-board-size counts with faces and values staying the same. So it makes more sense to have face and values be the first columns.
89 lines
2.6 KiB
Text
89 lines
2.6 KiB
Text
# -*- mode: conf; -*-
|
|
# Copyright 2002-2009 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:pl
|
|
LANGNAME:Polish
|
|
CHARSET:utf-8
|
|
|
|
# deal with DOS files
|
|
LANGFILTER: tr -d '\r'
|
|
LANGFILTER: | sed -e 's/[[:lower:]]*/\U&/'
|
|
LANGFILTER: | grep -x '[A-PR-UWYZĄĆĘŁŃÓŚŹŻ]\{2,15\}'
|
|
LANGFILTER: | tr '\n' '\000'
|
|
|
|
D2DARGS: -r -term 0
|
|
|
|
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
|
|
LANGINFO: href="mailto:xwords@eehouse.org">me</a> know so that I can get
|
|
LANGINFO: this working.</p>
|
|
|
|
LANGINFO: <p>Note that the blank is the last tile here, while with all
|
|
LANGINFO: other languages it's the first.</p>
|
|
|
|
# LANGINFO: <p>Also, please note that we currently require the files you
|
|
# LANGINFO: upload to use the iso-8859-2 character encoding.</p>
|
|
|
|
# High bit means "official". Next 7 bits are an enum where
|
|
# Polish==8. Low byte is padding
|
|
XLOC_HEADER:0x8800
|
|
|
|
<BEGIN_TILES>
|
|
'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
|
|
|
|
# the blank *must* be last here!!!
|
|
{"_"} 0 2
|
|
<END_TILES>
|