# -*- 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:ca_ES CHARSET: utf-8 NEEDSSORT:true LANGINFO:
Catalan includes several special tiles, "L·L", "NY" and LANGINFO: "QU" in addition to Ç. There are no "Y" or "Q" tiles, LANGINFO: and all words containing either of these letters not in LANGINFO: combination with a "N" or "U" will be excluded from the LANGINFO: dictionary.
LANGINFO:"L" is legal by itself, as are words in which two "L"s LANGINFO: appear side-by-side. The "L·L" tile is used whenever any of LANGINFO: these three strings appears in the wordlist you upload: LANGINFO: "L-L", "L.L" or "L·L". (And of course "l-l", "l.l" or LANGINFO: "l·l".)
LANGINFO:In addition to the special multi-letter tiles discussed LANGINFO: above, the following letters are allowed: A-J, L-V, X, Z and LANGINFO: Ç. Lowercase letters will be converted to uppercase, then LANGINFO: words containing letters not listed here will be excluded.
LANGINFO:The file you upload should be encoded in UTF-8.
# MSDos LF chars go bye-bye LANGFILTER: tr -d '\r' LANGFILTER: | tr 'a-zç' 'A-ZÇ' LANGFILTER: | sed -e 's/L·L/1/g' -e 's/L\.L/1/g' -e 's/L-L/1/g' LANGFILTER: | sed -e 's/NY/2/g' -e 's/QU/3/g' LANGFILTER: | grep '^[Ç1-3A-JL-VXZ\.]*$' # substitute in the octal control character values LANGFILTER: | tr '123' '\001\002\003' LANGFILTER: | tr -s '\n' '\000' D2DARGS: -r -term 0 -enc UTF-8 # High bit means "official". Next 7 bits are an enum where # Catalan==c. Low byte is padding XLOC_HEADER:0x8C00