diff options
author | Karl Berry <karl@freefriends.org> | 2005-12-29 00:26:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2005-12-29 00:26:31 +0000 |
commit | c365d78bfcdeb6493a68e35e852244839c1c9ee4 (patch) | |
tree | d488910550c0a1dacc75509f02d03551d88ed2f4 /Master/texmf-doc/doc/polish/tex-virtual-academy-pl/idx/lower.html | |
parent | 0d5f68998e0af490bbfdeb67a5dada34c034c8b0 (diff) |
doc/french+
git-svn-id: svn://tug.org/texlive/trunk@16 c570f23f-e606-0410-a88d-b1316a301751
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.html | 38 |
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> + |