summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lower.html
blob: 0d0a5e4a7253af07f415b345816bbfb0784f332a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<meta http-equiv="Content-language" content="pl">
<meta name="Author" content="W³odzimierz Macewicz">
</head>
<body>
<h4>Tablica konwersji na ma³e litery</h4>

W tablicy s± zdefiniowane odpowiedniki dla du¿ych liter alfabetu.
Tylko te znaki, które s± okre¶lone jako ,,ma³e'' w 
<a href=typy.html>tablicy typów</a>
<pre>
static a_char_u pl_maz_lower_table =
   {
    'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h',
    'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p',
    'q', 'r', 's', 't', 'u', 'v', 'w', 'x',
    'y', 'z', '[', '\\', ']', '^', '_',
    ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',
    ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',
    ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',
    ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',
    ' ', ' ', ' ', ' ', ' ', ' ', ' ', ' ',
    ' ', ' ', ' ', ' ', ' ', ' ', ' ', '±',
    'ê', ' ', ' ', ' ', ' ', 'æ', ' ', ' ',
    '¶', ' ', ' ', ' ', '³', ' ', ' ', ' ',
    '¼', '¿', ' ', 'ó', ' ', 'ñ'
   };
</pre>

Tablica zawiera definicje dla wszystkich znaków o kodzie
wiêkszym od litery 'A'


</body>
</html>