@@ -22,27 +22,27 @@ |
||
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | 24 | class SpecialCharsEl extends AbstractSpecialChars { |
25 | - /** |
|
26 | - * A list of magiscule letters. |
|
27 | - * |
|
28 | - * @return string[] |
|
29 | - */ |
|
30 | - public function upper() { |
|
31 | - return array( |
|
32 | - 'Ά', 'Α', 'Β', 'Γ', 'Δ', 'Έ', 'Ε', 'Ζ', 'Η', 'Θ', 'Ί', 'Ϊ', 'Ι', 'Κ', 'Λ', 'Μ', |
|
33 | - 'Ν', 'Ξ', 'Ό', 'Ο', 'Π', 'Ρ', 'Σ', 'Τ', 'Ύ', 'Ϋ', 'Υ', 'Φ', 'Χ', 'Ψ', 'Ώ', 'Ω', |
|
34 | - ); |
|
35 | - } |
|
25 | + /** |
|
26 | + * A list of magiscule letters. |
|
27 | + * |
|
28 | + * @return string[] |
|
29 | + */ |
|
30 | + public function upper() { |
|
31 | + return array( |
|
32 | + 'Ά', 'Α', 'Β', 'Γ', 'Δ', 'Έ', 'Ε', 'Ζ', 'Η', 'Θ', 'Ί', 'Ϊ', 'Ι', 'Κ', 'Λ', 'Μ', |
|
33 | + 'Ν', 'Ξ', 'Ό', 'Ο', 'Π', 'Ρ', 'Σ', 'Τ', 'Ύ', 'Ϋ', 'Υ', 'Φ', 'Χ', 'Ψ', 'Ώ', 'Ω', |
|
34 | + ); |
|
35 | + } |
|
36 | 36 | |
37 | - /** |
|
38 | - * A list of miniscule letters. |
|
39 | - * |
|
40 | - * @return string[] |
|
41 | - */ |
|
42 | - public function lower() { |
|
43 | - return array( |
|
44 | - 'ά', 'α', 'β', 'γ', 'δ', 'έ', 'ε', 'ζ', 'η', 'θ', 'ί', 'ϊ', 'ΐ', 'ι', 'κ', 'λ', 'μ', 'ν', |
|
45 | - 'ξ', 'ό', 'ο', 'π', 'ρ', 'σ', 'ς', 'τ', 'ύ', 'ϋ', 'ΰ', 'υ', 'φ', 'χ', 'ψ', 'ώ', 'ω', |
|
46 | - ); |
|
47 | - } |
|
37 | + /** |
|
38 | + * A list of miniscule letters. |
|
39 | + * |
|
40 | + * @return string[] |
|
41 | + */ |
|
42 | + public function lower() { |
|
43 | + return array( |
|
44 | + 'ά', 'α', 'β', 'γ', 'δ', 'έ', 'ε', 'ζ', 'η', 'θ', 'ί', 'ϊ', 'ΐ', 'ι', 'κ', 'λ', 'μ', 'ν', |
|
45 | + 'ξ', 'ό', 'ο', 'π', 'ρ', 'σ', 'ς', 'τ', 'ύ', 'ϋ', 'ΰ', 'υ', 'φ', 'χ', 'ψ', 'ώ', 'ω', |
|
46 | + ); |
|
47 | + } |
|
48 | 48 | } |
@@ -21,13 +21,15 @@ discard block |
||
21 | 21 | * For each language, list the symbols, puncutation and letters with diacritics |
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | -class SpecialCharsEl extends AbstractSpecialChars { |
|
24 | +class SpecialCharsEl extends AbstractSpecialChars |
|
25 | +{ |
|
25 | 26 | /** |
26 | 27 | * A list of magiscule letters. |
27 | 28 | * |
28 | 29 | * @return string[] |
29 | 30 | */ |
30 | - public function upper() { |
|
31 | + public function upper() |
|
32 | + { |
|
31 | 33 | return array( |
32 | 34 | 'Ά', 'Α', 'Β', 'Γ', 'Δ', 'Έ', 'Ε', 'Ζ', 'Η', 'Θ', 'Ί', 'Ϊ', 'Ι', 'Κ', 'Λ', 'Μ', |
33 | 35 | 'Ν', 'Ξ', 'Ό', 'Ο', 'Π', 'Ρ', 'Σ', 'Τ', 'Ύ', 'Ϋ', 'Υ', 'Φ', 'Χ', 'Ψ', 'Ώ', 'Ω', |
@@ -39,7 +41,8 @@ discard block |
||
39 | 41 | * |
40 | 42 | * @return string[] |
41 | 43 | */ |
42 | - public function lower() { |
|
44 | + public function lower() |
|
45 | + { |
|
43 | 46 | return array( |
44 | 47 | 'ά', 'α', 'β', 'γ', 'δ', 'έ', 'ε', 'ζ', 'η', 'θ', 'ί', 'ϊ', 'ΐ', 'ι', 'κ', 'λ', 'μ', 'ν', |
45 | 48 | 'ξ', 'ό', 'ο', 'π', 'ρ', 'σ', 'ς', 'τ', 'ύ', 'ϋ', 'ΰ', 'υ', 'φ', 'χ', 'ψ', 'ώ', 'ω', |
@@ -22,25 +22,25 @@ |
||
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | 24 | class SpecialCharsNl extends AbstractSpecialChars { |
25 | - /** |
|
26 | - * A list of magiscule letters. |
|
27 | - * |
|
28 | - * @return string[] |
|
29 | - */ |
|
30 | - public function upper() { |
|
31 | - return array( |
|
32 | - 'Á', 'Â', 'È', 'É', 'Ê', 'Ë', 'Í', 'Ï', 'IJ', 'Ó', 'Ô', 'Ö', 'Ú', 'Ù', 'Ä', 'Û', 'Ü', |
|
33 | - ); |
|
34 | - } |
|
25 | + /** |
|
26 | + * A list of magiscule letters. |
|
27 | + * |
|
28 | + * @return string[] |
|
29 | + */ |
|
30 | + public function upper() { |
|
31 | + return array( |
|
32 | + 'Á', 'Â', 'È', 'É', 'Ê', 'Ë', 'Í', 'Ï', 'IJ', 'Ó', 'Ô', 'Ö', 'Ú', 'Ù', 'Ä', 'Û', 'Ü', |
|
33 | + ); |
|
34 | + } |
|
35 | 35 | |
36 | - /** |
|
37 | - * A list of miniscule letters. |
|
38 | - * |
|
39 | - * @return string[] |
|
40 | - */ |
|
41 | - public function lower() { |
|
42 | - return array( |
|
43 | - 'á', 'â', 'è', 'é', 'ê', 'ë', 'í', 'ï', 'ij', 'ó', 'ô', 'ö', 'ú', 'ù', 'ä', 'û', 'ü', |
|
44 | - ); |
|
45 | - } |
|
36 | + /** |
|
37 | + * A list of miniscule letters. |
|
38 | + * |
|
39 | + * @return string[] |
|
40 | + */ |
|
41 | + public function lower() { |
|
42 | + return array( |
|
43 | + 'á', 'â', 'è', 'é', 'ê', 'ë', 'í', 'ï', 'ij', 'ó', 'ô', 'ö', 'ú', 'ù', 'ä', 'û', 'ü', |
|
44 | + ); |
|
45 | + } |
|
46 | 46 | } |
@@ -21,13 +21,15 @@ discard block |
||
21 | 21 | * For each language, list the symbols, puncutation and letters with diacritics |
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | -class SpecialCharsNl extends AbstractSpecialChars { |
|
24 | +class SpecialCharsNl extends AbstractSpecialChars |
|
25 | +{ |
|
25 | 26 | /** |
26 | 27 | * A list of magiscule letters. |
27 | 28 | * |
28 | 29 | * @return string[] |
29 | 30 | */ |
30 | - public function upper() { |
|
31 | + public function upper() |
|
32 | + { |
|
31 | 33 | return array( |
32 | 34 | 'Á', 'Â', 'È', 'É', 'Ê', 'Ë', 'Í', 'Ï', 'IJ', 'Ó', 'Ô', 'Ö', 'Ú', 'Ù', 'Ä', 'Û', 'Ü', |
33 | 35 | ); |
@@ -38,7 +40,8 @@ discard block |
||
38 | 40 | * |
39 | 41 | * @return string[] |
40 | 42 | */ |
41 | - public function lower() { |
|
43 | + public function lower() |
|
44 | + { |
|
42 | 45 | return array( |
43 | 46 | 'á', 'â', 'è', 'é', 'ê', 'ë', 'í', 'ï', 'ij', 'ó', 'ô', 'ö', 'ú', 'ù', 'ä', 'û', 'ü', |
44 | 47 | ); |
@@ -22,25 +22,25 @@ |
||
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | 24 | class SpecialCharsHu extends AbstractSpecialChars { |
25 | - /** |
|
26 | - * A list of magiscule letters. |
|
27 | - * |
|
28 | - * @return string[] |
|
29 | - */ |
|
30 | - public function upper() { |
|
31 | - return array( |
|
32 | - 'Á', 'É', 'Í', 'Ó', 'Ö', 'Ő', 'Ú', 'Ü', 'Ű', |
|
33 | - ); |
|
34 | - } |
|
25 | + /** |
|
26 | + * A list of magiscule letters. |
|
27 | + * |
|
28 | + * @return string[] |
|
29 | + */ |
|
30 | + public function upper() { |
|
31 | + return array( |
|
32 | + 'Á', 'É', 'Í', 'Ó', 'Ö', 'Ő', 'Ú', 'Ü', 'Ű', |
|
33 | + ); |
|
34 | + } |
|
35 | 35 | |
36 | - /** |
|
37 | - * A list of miniscule letters. |
|
38 | - * |
|
39 | - * @return string[] |
|
40 | - */ |
|
41 | - public function lower() { |
|
42 | - return array( |
|
43 | - 'á', 'é', 'í', 'ó', 'ö', 'ő', 'ú', 'ü', 'ű', |
|
44 | - ); |
|
45 | - } |
|
36 | + /** |
|
37 | + * A list of miniscule letters. |
|
38 | + * |
|
39 | + * @return string[] |
|
40 | + */ |
|
41 | + public function lower() { |
|
42 | + return array( |
|
43 | + 'á', 'é', 'í', 'ó', 'ö', 'ő', 'ú', 'ü', 'ű', |
|
44 | + ); |
|
45 | + } |
|
46 | 46 | } |
@@ -21,13 +21,15 @@ discard block |
||
21 | 21 | * For each language, list the symbols, puncutation and letters with diacritics |
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | -class SpecialCharsHu extends AbstractSpecialChars { |
|
24 | +class SpecialCharsHu extends AbstractSpecialChars |
|
25 | +{ |
|
25 | 26 | /** |
26 | 27 | * A list of magiscule letters. |
27 | 28 | * |
28 | 29 | * @return string[] |
29 | 30 | */ |
30 | - public function upper() { |
|
31 | + public function upper() |
|
32 | + { |
|
31 | 33 | return array( |
32 | 34 | 'Á', 'É', 'Í', 'Ó', 'Ö', 'Ő', 'Ú', 'Ü', 'Ű', |
33 | 35 | ); |
@@ -38,7 +40,8 @@ discard block |
||
38 | 40 | * |
39 | 41 | * @return string[] |
40 | 42 | */ |
41 | - public function lower() { |
|
43 | + public function lower() |
|
44 | + { |
|
42 | 45 | return array( |
43 | 46 | 'á', 'é', 'í', 'ó', 'ö', 'ő', 'ú', 'ü', 'ű', |
44 | 47 | ); |
@@ -22,27 +22,27 @@ |
||
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | 24 | class SpecialCharsRu extends AbstractSpecialChars { |
25 | - /** |
|
26 | - * A list of magiscule letters. |
|
27 | - * |
|
28 | - * @return string[] |
|
29 | - */ |
|
30 | - public function upper() { |
|
31 | - return array( |
|
32 | - 'А', 'Б', 'В', 'Г', 'Д', 'Е', 'Ё', 'Ж', 'З', 'И', 'Й', 'К', 'Л', 'М', 'Н', 'О', 'П', |
|
33 | - 'Р', 'С', 'Т', 'У', 'Ф', 'Х', 'Ц', 'Ч', 'Ш', 'Щ', 'Ъ', 'Ы', 'Ь', 'Э', 'Ю', 'Я', |
|
34 | - ); |
|
35 | - } |
|
25 | + /** |
|
26 | + * A list of magiscule letters. |
|
27 | + * |
|
28 | + * @return string[] |
|
29 | + */ |
|
30 | + public function upper() { |
|
31 | + return array( |
|
32 | + 'А', 'Б', 'В', 'Г', 'Д', 'Е', 'Ё', 'Ж', 'З', 'И', 'Й', 'К', 'Л', 'М', 'Н', 'О', 'П', |
|
33 | + 'Р', 'С', 'Т', 'У', 'Ф', 'Х', 'Ц', 'Ч', 'Ш', 'Щ', 'Ъ', 'Ы', 'Ь', 'Э', 'Ю', 'Я', |
|
34 | + ); |
|
35 | + } |
|
36 | 36 | |
37 | - /** |
|
38 | - * A list of miniscule letters. |
|
39 | - * |
|
40 | - * @return string[] |
|
41 | - */ |
|
42 | - public function lower() { |
|
43 | - return array( |
|
44 | - 'а', 'б', 'в', 'г', 'д', 'е', 'ё', 'ж', 'з', 'и', 'й', 'к', 'л', 'м', 'н', 'о', 'п', |
|
45 | - 'р', 'с', 'т', 'у', 'ф', 'х', 'ц', 'ч', 'ш', 'щ', 'ъ', 'ы', 'ь', 'э', 'ю', 'я', |
|
46 | - ); |
|
47 | - } |
|
37 | + /** |
|
38 | + * A list of miniscule letters. |
|
39 | + * |
|
40 | + * @return string[] |
|
41 | + */ |
|
42 | + public function lower() { |
|
43 | + return array( |
|
44 | + 'а', 'б', 'в', 'г', 'д', 'е', 'ё', 'ж', 'з', 'и', 'й', 'к', 'л', 'м', 'н', 'о', 'п', |
|
45 | + 'р', 'с', 'т', 'у', 'ф', 'х', 'ц', 'ч', 'ш', 'щ', 'ъ', 'ы', 'ь', 'э', 'ю', 'я', |
|
46 | + ); |
|
47 | + } |
|
48 | 48 | } |
@@ -21,13 +21,15 @@ discard block |
||
21 | 21 | * For each language, list the symbols, puncutation and letters with diacritics |
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | -class SpecialCharsRu extends AbstractSpecialChars { |
|
24 | +class SpecialCharsRu extends AbstractSpecialChars |
|
25 | +{ |
|
25 | 26 | /** |
26 | 27 | * A list of magiscule letters. |
27 | 28 | * |
28 | 29 | * @return string[] |
29 | 30 | */ |
30 | - public function upper() { |
|
31 | + public function upper() |
|
32 | + { |
|
31 | 33 | return array( |
32 | 34 | 'А', 'Б', 'В', 'Г', 'Д', 'Е', 'Ё', 'Ж', 'З', 'И', 'Й', 'К', 'Л', 'М', 'Н', 'О', 'П', |
33 | 35 | 'Р', 'С', 'Т', 'У', 'Ф', 'Х', 'Ц', 'Ч', 'Ш', 'Щ', 'Ъ', 'Ы', 'Ь', 'Э', 'Ю', 'Я', |
@@ -39,7 +41,8 @@ discard block |
||
39 | 41 | * |
40 | 42 | * @return string[] |
41 | 43 | */ |
42 | - public function lower() { |
|
44 | + public function lower() |
|
45 | + { |
|
43 | 46 | return array( |
44 | 47 | 'а', 'б', 'в', 'г', 'д', 'е', 'ё', 'ж', 'з', 'и', 'й', 'к', 'л', 'м', 'н', 'о', 'п', |
45 | 48 | 'р', 'с', 'т', 'у', 'ф', 'х', 'ц', 'ч', 'ш', 'щ', 'ъ', 'ы', 'ь', 'э', 'ю', 'я', |
@@ -22,25 +22,25 @@ |
||
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | 24 | class SpecialCharsLt extends AbstractSpecialChars { |
25 | - /** |
|
26 | - * A list of magiscule letters. |
|
27 | - * |
|
28 | - * @return string[] |
|
29 | - */ |
|
30 | - public function upper() { |
|
31 | - return array( |
|
32 | - 'Ą', 'Č', 'Ę', 'Ė', 'Į', 'Š', 'Ų', 'Ū', 'Ž', |
|
33 | - ); |
|
34 | - } |
|
25 | + /** |
|
26 | + * A list of magiscule letters. |
|
27 | + * |
|
28 | + * @return string[] |
|
29 | + */ |
|
30 | + public function upper() { |
|
31 | + return array( |
|
32 | + 'Ą', 'Č', 'Ę', 'Ė', 'Į', 'Š', 'Ų', 'Ū', 'Ž', |
|
33 | + ); |
|
34 | + } |
|
35 | 35 | |
36 | - /** |
|
37 | - * A list of miniscule letters. |
|
38 | - * |
|
39 | - * @return string[] |
|
40 | - */ |
|
41 | - public function lower() { |
|
42 | - return array( |
|
43 | - 'ą', 'č', 'ę', 'ė', 'į', 'š', 'ų', 'ū', 'ž', |
|
44 | - ); |
|
45 | - } |
|
36 | + /** |
|
37 | + * A list of miniscule letters. |
|
38 | + * |
|
39 | + * @return string[] |
|
40 | + */ |
|
41 | + public function lower() { |
|
42 | + return array( |
|
43 | + 'ą', 'č', 'ę', 'ė', 'į', 'š', 'ų', 'ū', 'ž', |
|
44 | + ); |
|
45 | + } |
|
46 | 46 | } |
@@ -21,13 +21,15 @@ discard block |
||
21 | 21 | * For each language, list the symbols, puncutation and letters with diacritics |
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | -class SpecialCharsLt extends AbstractSpecialChars { |
|
24 | +class SpecialCharsLt extends AbstractSpecialChars |
|
25 | +{ |
|
25 | 26 | /** |
26 | 27 | * A list of magiscule letters. |
27 | 28 | * |
28 | 29 | * @return string[] |
29 | 30 | */ |
30 | - public function upper() { |
|
31 | + public function upper() |
|
32 | + { |
|
31 | 33 | return array( |
32 | 34 | 'Ą', 'Č', 'Ę', 'Ė', 'Į', 'Š', 'Ų', 'Ū', 'Ž', |
33 | 35 | ); |
@@ -38,7 +40,8 @@ discard block |
||
38 | 40 | * |
39 | 41 | * @return string[] |
40 | 42 | */ |
41 | - public function lower() { |
|
43 | + public function lower() |
|
44 | + { |
|
42 | 45 | return array( |
43 | 46 | 'ą', 'č', 'ę', 'ė', 'į', 'š', 'ų', 'ū', 'ž', |
44 | 47 | ); |
@@ -22,25 +22,25 @@ |
||
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | 24 | class SpecialCharsFr extends AbstractSpecialChars { |
25 | - /** |
|
26 | - * A list of magiscule letters. |
|
27 | - * |
|
28 | - * @return string[] |
|
29 | - */ |
|
30 | - public function upper() { |
|
31 | - return array( |
|
32 | - 'À', 'Â', 'Æ', 'Ç', 'È', 'É', 'Ê', 'Ë', 'Î', 'Ï', 'Ô', 'Œ', 'Ù', 'Û', 'Ü', 'Ÿ', |
|
33 | - ); |
|
34 | - } |
|
25 | + /** |
|
26 | + * A list of magiscule letters. |
|
27 | + * |
|
28 | + * @return string[] |
|
29 | + */ |
|
30 | + public function upper() { |
|
31 | + return array( |
|
32 | + 'À', 'Â', 'Æ', 'Ç', 'È', 'É', 'Ê', 'Ë', 'Î', 'Ï', 'Ô', 'Œ', 'Ù', 'Û', 'Ü', 'Ÿ', |
|
33 | + ); |
|
34 | + } |
|
35 | 35 | |
36 | - /** |
|
37 | - * A list of miniscule letters. |
|
38 | - * |
|
39 | - * @return string[] |
|
40 | - */ |
|
41 | - public function lower() { |
|
42 | - return array( |
|
43 | - 'à', 'â', 'æ', 'ç', 'è', 'é', 'ê', 'ë', 'î', 'ï', 'ô', 'œ', 'ù', 'û', 'ü', 'ÿ', |
|
44 | - ); |
|
45 | - } |
|
36 | + /** |
|
37 | + * A list of miniscule letters. |
|
38 | + * |
|
39 | + * @return string[] |
|
40 | + */ |
|
41 | + public function lower() { |
|
42 | + return array( |
|
43 | + 'à', 'â', 'æ', 'ç', 'è', 'é', 'ê', 'ë', 'î', 'ï', 'ô', 'œ', 'ù', 'û', 'ü', 'ÿ', |
|
44 | + ); |
|
45 | + } |
|
46 | 46 | } |
@@ -21,13 +21,15 @@ discard block |
||
21 | 21 | * For each language, list the symbols, puncutation and letters with diacritics |
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | -class SpecialCharsFr extends AbstractSpecialChars { |
|
24 | +class SpecialCharsFr extends AbstractSpecialChars |
|
25 | +{ |
|
25 | 26 | /** |
26 | 27 | * A list of magiscule letters. |
27 | 28 | * |
28 | 29 | * @return string[] |
29 | 30 | */ |
30 | - public function upper() { |
|
31 | + public function upper() |
|
32 | + { |
|
31 | 33 | return array( |
32 | 34 | 'À', 'Â', 'Æ', 'Ç', 'È', 'É', 'Ê', 'Ë', 'Î', 'Ï', 'Ô', 'Œ', 'Ù', 'Û', 'Ü', 'Ÿ', |
33 | 35 | ); |
@@ -38,7 +40,8 @@ discard block |
||
38 | 40 | * |
39 | 41 | * @return string[] |
40 | 42 | */ |
41 | - public function lower() { |
|
43 | + public function lower() |
|
44 | + { |
|
42 | 45 | return array( |
43 | 46 | 'à', 'â', 'æ', 'ç', 'è', 'é', 'ê', 'ë', 'î', 'ï', 'ô', 'œ', 'ù', 'û', 'ü', 'ÿ', |
44 | 47 | ); |
@@ -22,25 +22,25 @@ |
||
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | 24 | class SpecialCharsDe extends AbstractSpecialChars { |
25 | - /** |
|
26 | - * A list of magiscule letters. |
|
27 | - * |
|
28 | - * @return string[] |
|
29 | - */ |
|
30 | - public function upper() { |
|
31 | - return array( |
|
32 | - 'Ä', 'Ö', 'Ü', 'À', 'É', |
|
33 | - ); |
|
34 | - } |
|
25 | + /** |
|
26 | + * A list of magiscule letters. |
|
27 | + * |
|
28 | + * @return string[] |
|
29 | + */ |
|
30 | + public function upper() { |
|
31 | + return array( |
|
32 | + 'Ä', 'Ö', 'Ü', 'À', 'É', |
|
33 | + ); |
|
34 | + } |
|
35 | 35 | |
36 | - /** |
|
37 | - * A list of miniscule letters. |
|
38 | - * |
|
39 | - * @return string[] |
|
40 | - */ |
|
41 | - public function lower() { |
|
42 | - return array( |
|
43 | - 'ä', 'ö', 'ü', 'à', 'é', 'ß', |
|
44 | - ); |
|
45 | - } |
|
36 | + /** |
|
37 | + * A list of miniscule letters. |
|
38 | + * |
|
39 | + * @return string[] |
|
40 | + */ |
|
41 | + public function lower() { |
|
42 | + return array( |
|
43 | + 'ä', 'ö', 'ü', 'à', 'é', 'ß', |
|
44 | + ); |
|
45 | + } |
|
46 | 46 | } |
@@ -21,13 +21,15 @@ discard block |
||
21 | 21 | * For each language, list the symbols, puncutation and letters with diacritics |
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | -class SpecialCharsDe extends AbstractSpecialChars { |
|
24 | +class SpecialCharsDe extends AbstractSpecialChars |
|
25 | +{ |
|
25 | 26 | /** |
26 | 27 | * A list of magiscule letters. |
27 | 28 | * |
28 | 29 | * @return string[] |
29 | 30 | */ |
30 | - public function upper() { |
|
31 | + public function upper() |
|
32 | + { |
|
31 | 33 | return array( |
32 | 34 | 'Ä', 'Ö', 'Ü', 'À', 'É', |
33 | 35 | ); |
@@ -38,7 +40,8 @@ discard block |
||
38 | 40 | * |
39 | 41 | * @return string[] |
40 | 42 | */ |
41 | - public function lower() { |
|
43 | + public function lower() |
|
44 | + { |
|
42 | 45 | return array( |
43 | 46 | 'ä', 'ö', 'ü', 'à', 'é', 'ß', |
44 | 47 | ); |
@@ -22,31 +22,31 @@ |
||
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | 24 | class SpecialCharsVi extends AbstractSpecialChars { |
25 | - /** |
|
26 | - * A list of magiscule letters. |
|
27 | - * |
|
28 | - * @return string[] |
|
29 | - */ |
|
30 | - public function upper() { |
|
31 | - return array( |
|
32 | - 'À', 'Á', 'Â', 'Ã', 'Ạ', 'Ả', 'Ă', 'Ấ', 'Ầ', 'Ẫ', 'Ậ', 'Ắ', 'Ằ', 'Ẳ', 'Ẵ', 'Ặ', |
|
33 | - 'Đ', 'È', 'É', 'Ê', 'Ẹ', 'Ẻ', 'Ẽ', 'Ế', 'Ề', 'Ể', 'Ễ', 'Ệ', 'Ì', 'Í', 'Ĩ', 'Ỉ', 'Ị', |
|
34 | - 'Ò', 'Ó', 'Ô', 'Õ', 'Ơ', 'Ọ', 'Ỏ', 'Ố', 'Ồ', 'Ổ', 'Ỗ', 'Ộ', 'Ớ', 'Ờ', 'Ở', 'Ỡ', 'Ợ', |
|
35 | - 'Ù', 'Ú', 'Ũ', 'Ư', 'Ụ', 'Ủ', 'Ứ', 'Ừ', 'Ử', 'Ữ', 'Ự', 'Ý', 'Ỳ', 'Ỵ', 'Ỷ', 'Ỹ', |
|
36 | - ); |
|
37 | - } |
|
25 | + /** |
|
26 | + * A list of magiscule letters. |
|
27 | + * |
|
28 | + * @return string[] |
|
29 | + */ |
|
30 | + public function upper() { |
|
31 | + return array( |
|
32 | + 'À', 'Á', 'Â', 'Ã', 'Ạ', 'Ả', 'Ă', 'Ấ', 'Ầ', 'Ẫ', 'Ậ', 'Ắ', 'Ằ', 'Ẳ', 'Ẵ', 'Ặ', |
|
33 | + 'Đ', 'È', 'É', 'Ê', 'Ẹ', 'Ẻ', 'Ẽ', 'Ế', 'Ề', 'Ể', 'Ễ', 'Ệ', 'Ì', 'Í', 'Ĩ', 'Ỉ', 'Ị', |
|
34 | + 'Ò', 'Ó', 'Ô', 'Õ', 'Ơ', 'Ọ', 'Ỏ', 'Ố', 'Ồ', 'Ổ', 'Ỗ', 'Ộ', 'Ớ', 'Ờ', 'Ở', 'Ỡ', 'Ợ', |
|
35 | + 'Ù', 'Ú', 'Ũ', 'Ư', 'Ụ', 'Ủ', 'Ứ', 'Ừ', 'Ử', 'Ữ', 'Ự', 'Ý', 'Ỳ', 'Ỵ', 'Ỷ', 'Ỹ', |
|
36 | + ); |
|
37 | + } |
|
38 | 38 | |
39 | - /** |
|
40 | - * A list of miniscule letters. |
|
41 | - * |
|
42 | - * @return string[] |
|
43 | - */ |
|
44 | - public function lower() { |
|
45 | - return array( |
|
46 | - 'à', 'á', 'â', 'ã', 'ạ', 'ả', 'ă', 'ấ', 'ầ', 'ẫ', 'ậ', 'ắ', 'ằ', 'ẳ', 'ẵ', 'ặ', |
|
47 | - 'đ', 'è', 'é', 'ê', 'ẹ', 'ẻ', 'ẽ', 'ế', 'ề', 'ể', 'ễ', 'ệ', 'ì', 'í', 'ĩ', 'ỉ', 'ị', |
|
48 | - 'ò', 'ó', 'ô', 'õ', 'ơ', 'ọ', 'ỏ', 'ố', 'ồ', 'ổ', 'ỗ', 'ộ', 'ớ', 'ờ', 'ở', 'ỡ', 'ợ', |
|
49 | - 'ù', 'ú', 'ũ', 'ư', 'ụ', 'ủ', 'ứ', 'ừ', 'ử', 'ữ', 'ự', 'ý', 'ỳ', 'ỵ', 'ỷ', 'ỹ', |
|
50 | - ); |
|
51 | - } |
|
39 | + /** |
|
40 | + * A list of miniscule letters. |
|
41 | + * |
|
42 | + * @return string[] |
|
43 | + */ |
|
44 | + public function lower() { |
|
45 | + return array( |
|
46 | + 'à', 'á', 'â', 'ã', 'ạ', 'ả', 'ă', 'ấ', 'ầ', 'ẫ', 'ậ', 'ắ', 'ằ', 'ẳ', 'ẵ', 'ặ', |
|
47 | + 'đ', 'è', 'é', 'ê', 'ẹ', 'ẻ', 'ẽ', 'ế', 'ề', 'ể', 'ễ', 'ệ', 'ì', 'í', 'ĩ', 'ỉ', 'ị', |
|
48 | + 'ò', 'ó', 'ô', 'õ', 'ơ', 'ọ', 'ỏ', 'ố', 'ồ', 'ổ', 'ỗ', 'ộ', 'ớ', 'ờ', 'ở', 'ỡ', 'ợ', |
|
49 | + 'ù', 'ú', 'ũ', 'ư', 'ụ', 'ủ', 'ứ', 'ừ', 'ử', 'ữ', 'ự', 'ý', 'ỳ', 'ỵ', 'ỷ', 'ỹ', |
|
50 | + ); |
|
51 | + } |
|
52 | 52 | } |
@@ -21,13 +21,15 @@ discard block |
||
21 | 21 | * For each language, list the symbols, puncutation and letters with diacritics |
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | -class SpecialCharsVi extends AbstractSpecialChars { |
|
24 | +class SpecialCharsVi extends AbstractSpecialChars |
|
25 | +{ |
|
25 | 26 | /** |
26 | 27 | * A list of magiscule letters. |
27 | 28 | * |
28 | 29 | * @return string[] |
29 | 30 | */ |
30 | - public function upper() { |
|
31 | + public function upper() |
|
32 | + { |
|
31 | 33 | return array( |
32 | 34 | 'À', 'Á', 'Â', 'Ã', 'Ạ', 'Ả', 'Ă', 'Ấ', 'Ầ', 'Ẫ', 'Ậ', 'Ắ', 'Ằ', 'Ẳ', 'Ẵ', 'Ặ', |
33 | 35 | 'Đ', 'È', 'É', 'Ê', 'Ẹ', 'Ẻ', 'Ẽ', 'Ế', 'Ề', 'Ể', 'Ễ', 'Ệ', 'Ì', 'Í', 'Ĩ', 'Ỉ', 'Ị', |
@@ -41,7 +43,8 @@ discard block |
||
41 | 43 | * |
42 | 44 | * @return string[] |
43 | 45 | */ |
44 | - public function lower() { |
|
46 | + public function lower() |
|
47 | + { |
|
45 | 48 | return array( |
46 | 49 | 'à', 'á', 'â', 'ã', 'ạ', 'ả', 'ă', 'ấ', 'ầ', 'ẫ', 'ậ', 'ắ', 'ằ', 'ẳ', 'ẵ', 'ặ', |
47 | 50 | 'đ', 'è', 'é', 'ê', 'ẹ', 'ẻ', 'ẽ', 'ế', 'ề', 'ể', 'ễ', 'ệ', 'ì', 'í', 'ĩ', 'ỉ', 'ị', |
@@ -22,25 +22,25 @@ |
||
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | 24 | class SpecialCharsFi extends AbstractSpecialChars { |
25 | - /** |
|
26 | - * A list of magiscule letters. |
|
27 | - * |
|
28 | - * @return string[] |
|
29 | - */ |
|
30 | - public function upper() { |
|
31 | - return array( |
|
32 | - 'Ä', 'Ö', 'Å', 'Š', 'Ž', |
|
33 | - ); |
|
34 | - } |
|
25 | + /** |
|
26 | + * A list of magiscule letters. |
|
27 | + * |
|
28 | + * @return string[] |
|
29 | + */ |
|
30 | + public function upper() { |
|
31 | + return array( |
|
32 | + 'Ä', 'Ö', 'Å', 'Š', 'Ž', |
|
33 | + ); |
|
34 | + } |
|
35 | 35 | |
36 | - /** |
|
37 | - * A list of miniscule letters. |
|
38 | - * |
|
39 | - * @return string[] |
|
40 | - */ |
|
41 | - public function lower() { |
|
42 | - return array( |
|
43 | - 'ä', 'ö', 'å', 'š', 'ž', |
|
44 | - ); |
|
45 | - } |
|
36 | + /** |
|
37 | + * A list of miniscule letters. |
|
38 | + * |
|
39 | + * @return string[] |
|
40 | + */ |
|
41 | + public function lower() { |
|
42 | + return array( |
|
43 | + 'ä', 'ö', 'å', 'š', 'ž', |
|
44 | + ); |
|
45 | + } |
|
46 | 46 | } |
@@ -21,13 +21,15 @@ discard block |
||
21 | 21 | * For each language, list the symbols, puncutation and letters with diacritics |
22 | 22 | * that may be difficult to type. |
23 | 23 | */ |
24 | -class SpecialCharsFi extends AbstractSpecialChars { |
|
24 | +class SpecialCharsFi extends AbstractSpecialChars |
|
25 | +{ |
|
25 | 26 | /** |
26 | 27 | * A list of magiscule letters. |
27 | 28 | * |
28 | 29 | * @return string[] |
29 | 30 | */ |
30 | - public function upper() { |
|
31 | + public function upper() |
|
32 | + { |
|
31 | 33 | return array( |
32 | 34 | 'Ä', 'Ö', 'Å', 'Š', 'Ž', |
33 | 35 | ); |
@@ -38,7 +40,8 @@ discard block |
||
38 | 40 | * |
39 | 41 | * @return string[] |
40 | 42 | */ |
41 | - public function lower() { |
|
43 | + public function lower() |
|
44 | + { |
|
42 | 45 | return array( |
43 | 46 | 'ä', 'ö', 'å', 'š', 'ž', |
44 | 47 | ); |