summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lower.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lower.html')
-rw-r--r--Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lower.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lower.html b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lower.html
new file mode 100644
index 00000000000..0d0a5e4a725
--- /dev/null
+++ b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lower.html
@@ -0,0 +1,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>
+