add lowercase equivalents

where missing and seems possible
This commit is contained in:
Eric House 2019-07-03 08:45:11 -07:00
parent 999fc63e8c
commit 1b4c706809
8 changed files with 200 additions and 200 deletions

View file

@ -43,32 +43,32 @@ XLOC_HEADER:0x8900
<BEGIN_TILES> <BEGIN_TILES>
2 0 {"_"} 2 0 {"_"}
7 1 'A' 7 1 'A|a'
2 4 'Å' 2 4 'Å'
2 4 'Æ' 2 4 'Æ'
4 3 'B' 4 3 'B|b'
2 8 'C' 2 8 'C|c'
5 2 'D' 5 2 'D|d'
9 1 'E' 9 1 'E|e'
3 3 'F' 3 3 'F|f'
3 3 'G' 3 3 'G|g'
2 4 'H' 2 4 'H|h'
4 3 'I' 4 3 'I|i'
2 4 'J' 2 4 'J|j'
4 3 'K' 4 3 'K|k'
5 2 'L' 5 2 'L|l'
3 3 'M' 3 3 'M|m'
6 1 'N' 6 1 'N|n'
5 2 'O' 5 2 'O|o'
2 4 'Ø' 2 4 'Ø'
2 4 'P' 2 4 'P|p'
6 1 'R' 6 1 'R|r'
5 2 'S' 5 2 'S|s'
5 2 'T' 5 2 'T|t'
3 3 'U' 3 3 'U|u'
3 3 'V' 3 3 'V|v'
1 8 'X' 1 8 'X|x'
2 4 'Y' 2 4 'Y|y'
1 8 'Z' 1 8 'Z|z'
<END_TILES> <END_TILES>
# should ignore all after the <END_TILES> above # should ignore all after the <END_TILES> above

View file

@ -42,31 +42,31 @@ XLOC_HEADER:0x8B00
<BEGIN_TILES> <BEGIN_TILES>
2 0 {"_"} 2 0 {"_"}
6 1 'A' 6 1 'A|a'
2 3 'B' 2 3 'B|b'
2 5 'C' 2 5 'C|c'
5 2 'D' 5 2 'D|d'
18 1 'E' 18 1 'E|e'
2 4 'F' 2 4 'F|f'
3 3 'G' 3 3 'G|g'
2 4 'H' 2 4 'H|h'
4 1 'I' 4 1 'I|i'
2 4 'J' 2 4 'J|j'
3 3 'K' 3 3 'K|k'
3 3 'L' 3 3 'L|l'
3 3 'M' 3 3 'M|m'
10 1 'N' 10 1 'N|n'
6 1 'O' 6 1 'O|o'
2 3 'P' 2 3 'P|p'
1 10 'Q' 1 10 'Q|q'
5 2 'R' 5 2 'R|r'
5 2 'S' 5 2 'S|s'
5 2 'T' 5 2 'T|t'
3 4 'U' 3 4 'U|u'
2 4 'V' 2 4 'V|v'
2 5 'W' 2 5 'W|w'
1 8 'X' 1 8 'X|x'
1 8 'Y' 1 8 'Y|y'
2 4 'Z' 2 4 'Z|z'
<END_TILES> <END_TILES>
# should ignore all after the <END_TILES> above # should ignore all after the <END_TILES> above

View file

@ -51,11 +51,11 @@ XLOC_HEADER:0xFF00
<BEGIN_TILES> <BEGIN_TILES>
4 0 {"_"} 4 0 {"_"}
9 1 'Ä' 9 1 'Ä'
2 3 'B' 2 3 'B|b'
2 3 'C' 2 3 'C|c'
4 2 'D' 4 2 'D|d'
12 1 'Ë' 12 1 'Ë'
2 4 'F' 2 4 'F|f'
<END_TILES> <END_TILES>
# should ignore all after the <END_TILES> above # should ignore all after the <END_TILES> above

View file

@ -36,30 +36,30 @@ XLOC_HEADER:0x8A00
# tile values taken from http://www.gtoal.com/wordgames/details/italian/ # tile values taken from http://www.gtoal.com/wordgames/details/italian/
<BEGIN_TILES> <BEGIN_TILES>
2 0 {"_"} 2 0 {"_"}
13 1 'A' 13 1 'A|a'
3 5 'B' 3 5 'B|b'
4 4 'C' 4 4 'C|c'
3 5 'D' 3 5 'D|d'
13 1 'E' 13 1 'E|e'
2 8 'F' 2 8 'F|f'
3 5 'G' 3 5 'G|g'
2 8 'H' 2 8 'H|h'
13 1 'I' 13 1 'I|i'
0 1 'J' 0 1 'J|j'
0 1 'K' 0 1 'K|k'
5 3 'L' 5 3 'L|l'
5 3 'M' 5 3 'M|m'
6 2 'N' 6 2 'N|n'
13 1 'O' 13 1 'O|o'
3 5 'P' 3 5 'P|p'
1 10 'Q' 1 10 'Q|q'
6 2 'R' 6 2 'R|r'
6 2 'S' 6 2 'S|s'
6 2 'T' 6 2 'T|t'
5 3 'U' 5 3 'U|u'
4 4 'V' 4 4 'V|v'
0 1 'W' 0 1 'W|w'
0 1 'X' 0 1 'X|x'
0 1 'Y' 0 1 'Y|y'
2 8 'Z' 2 8 'Z|z'
<END_TILES> <END_TILES>

View file

@ -50,38 +50,38 @@ LANGINFO: other languages it&apos;s the first.</p>
XLOC_HEADER:0x8800 XLOC_HEADER:0x8800
<BEGIN_TILES> <BEGIN_TILES>
9 1 'A' 9 1 'A|a'
1 5 'Ą' 1 5 'Ą'
2 3 'B' 2 3 'B|b'
3 2 'C' 3 2 'C|c'
1 6 'Ć' 1 6 'Ć'
3 2 'D' 3 2 'D|d'
7 1 'E' 7 1 'E|e'
1 5 'Ę' 1 5 'Ę'
1 5 'F' 1 5 'F|f'
2 3 'G' 2 3 'G|g'
2 3 'H' 2 3 'H|h'
8 1 'I' 8 1 'I|i'
2 3 'J' 2 3 'J|j'
3 3 'K' 3 3 'K|k'
3 2 'L' 3 2 'L|l'
2 3 'Ł' 2 3 'Ł'
3 2 'M' 3 2 'M|m'
5 1 'N' 5 1 'N|n'
1 7 'Ń' 1 7 'Ń'
6 1 'O' 6 1 'O|o'
1 5 'Ó' 1 5 'Ó'
3 2 'P' 3 2 'P|p'
4 1 'R' 4 1 'R|r'
4 1 'S' 4 1 'S|s'
1 5 'Ś' 1 5 'Ś'
3 2 'T' 3 2 'T|t'
2 3 'U' 2 3 'U|u'
4 1 'W' 4 1 'W|w'
4 2 'Y' 4 2 'Y|y'
5 1 'Z' 5 1 'Z|z'
1 9 'Ź' 1 9 'Ź'
1 5 'Ż' 1 5 'Ż'
# the blank *must* be last here!!! # the blank *must* be last here!!!
2 0 {"_"} 2 0 {"_"}

View file

@ -42,30 +42,30 @@ XLOC_HEADER:0x8D00
<BEGIN_TILES> <BEGIN_TILES>
3 0 {"_"} 3 0 {"_"}
14 1 'A' 14 1 'A|a'
3 3 'B' 3 3 'B|b'
4 2 'C' 4 2 'C|c'
2 3 'Ç' 2 3 'Ç'
5 2 'D' 5 2 'D|d'
11 1 'E' 11 1 'E|e'
2 4 'F' 2 4 'F|f'
2 4 'G' 2 4 'G|g'
2 4 'H' 2 4 'H|h'
10 1 'I' 10 1 'I|i'
2 5 'J' 2 5 'J|j'
5 2 'L' 5 2 'L|l'
6 1 'M' 6 1 'M|m'
4 3 'N' 4 3 'N|n'
10 1 'O' 10 1 'O|o'
4 2 'P' 4 2 'P|p'
1 6 'Q' 1 6 'Q|q'
6 1 'R' 6 1 'R|r'
8 1 'S' 8 1 'S|s'
5 1 'T' 5 1 'T|t'
7 1 'U' 7 1 'U|u'
2 4 'V' 2 4 'V|v'
1 8 'X' 1 8 'X|x'
1 8 'Z' 1 8 'Z|z'
<END_TILES> <END_TILES>
# should ignore all after the <END_TILES> above # should ignore all after the <END_TILES> above

View file

@ -78,33 +78,33 @@ XLOC_HEADER:0x8600
<BEGIN_TILES> <BEGIN_TILES>
2 0 {"_"} 2 0 {"_"}
12 1 'A' 12 1 'A|a'
2 3 'B' 2 3 'B|b'
4 3 'C' 4 3 'C|c'
1 5 {"CH",true,true} 1 5 {"CH|ch|Ch|cH",true,true}
5 2 'D' 5 2 'D|d'
12 1 'E' 12 1 'E|e'
1 4 'F' 1 4 'F|f'
2 2 'G' 2 2 'G|g'
2 4 'H' 2 4 'H|h'
6 1 'I' 6 1 'I|i'
1 8 'J' 1 8 'J|j'
4 1 'L' 4 1 'L|l'
1 8 {"LL", true, true} 1 8 {"LL|ll|Ll|lL", true, true}
2 3 'M' 2 3 'M|m'
5 1 'N' 5 1 'N|n'
1 8 'Ñ' 1 8 'Ñ'
9 1 'O' 9 1 'O|o'
2 3 'P' 2 3 'P|p'
1 5 'Q' 1 5 'Q|q'
5 1 'R' 5 1 'R|r'
1 8 {"RR",true,true} 1 8 {"RR|rr|Rr|rR",true,true}
6 1 'S' 6 1 'S|s'
4 1 'T' 4 1 'T|t'
5 1 'U' 5 1 'U|u'
1 4 'V' 1 4 'V|v'
1 8 'X' 1 8 'X|x'
1 4 'Y' 1 4 'Y|y'
1 10 'Z' 1 10 'Z|z'
<END_TILES> <END_TILES>
# should ignore all after the <END> above # should ignore all after the <END> above

View file

@ -35,42 +35,42 @@ XLOC_HEADER:0x8700
<BEGIN_TILES> <BEGIN_TILES>
2 0 {"_"} 2 0 {"_"}
8 1 'A' 8 1 'A|a'
# A with two dots # A with two dots
2 3 'Ä' 2 3 'Ä'
# A with circle # A with circle
2 4 'Å' 2 4 'Å'
# Æ tile only available for blanks # Æ tile only available for blanks
0 1 'Æ' 0 1 'Æ'
2 4 'B' 2 4 'B|b'
1 8 'C' 1 8 'C|c'
5 1 'D' 5 1 'D|d'
7 1 'E' 7 1 'E|e'
2 3 'F' 2 3 'F|f'
3 2 'G' 3 2 'G|g'
2 2 'H' 2 2 'H|h'
5 1 'I' 5 1 'I|i'
1 7 'J' 1 7 'J|j'
3 2 'K' 3 2 'K|k'
5 1 'L' 5 1 'L|l'
3 2 'M' 3 2 'M|m'
6 1 'N' 6 1 'N|n'
5 2 'O' 5 2 'O|o'
# O with two dots # O with two dots
2 4 'Ö' 2 4 'Ö'
2 4 'P' 2 4 'P|p'
# Q tile only available for blanks # Q tile only available for blanks
0 1 'Q' 0 1 'Q|q'
8 1 'R' 8 1 'R|r'
8 1 'S' 8 1 'S|s'
8 1 'T' 8 1 'T|t'
3 4 'U' 3 4 'U|u'
# Ü tile only available for blanks # Ü tile only available for blanks
0 1 'Ü' 0 1 'Ü'
2 3 'V' 2 3 'V|v'
# W tile only available for blanks # W tile only available for blanks
0 1 'W' 0 1 'W|w'
1 8 'X' 1 8 'X|x'
1 7 'Y' 1 7 'Y|y'
1 10 'Z' 1 10 'Z|z'
<END_TILES> <END_TILES>