
			-----------------------
				Cstools
			-----------------------

	Tools for dealing with Czech texts in Perl. I will be glad
	if anybody suggests to make these methods more general,
	including more languages and/or charsets.

Readme pro distribuci Cstools:

	V tomto balku jsou moduly, kter mohou bt uiten pi prci
	s eskmi (a slovenskmi) texty v Perlu.

	Modul Cz::Cstocs:

		Objekt, pomoc nho je mono konvertovat mezi
		znakovmi sadami bez nutnosti vnjho programu.

	Program cstocs:

		Tato verze konverzho programu cstocs je zaloena na
		ve uvedenm modulu. Provd pevody kdovn nad
		danmi soubory nebo nad standardnm vstupem.

	Modul Cz::Sort:

		Implementuje typrchodov esk tdn, nezvisl
		na pouitch locales, protoe kdo m sprvn locales,
		e? Exportuje funkce czcmp a czsort, kter pracuj
		podobn jako perlovsk vestavn cmp a sort.

Readme file for Cstools distribution:

	This package includes modules that are usefull when dealing
	with Czech (and Slovak) texts in Perl.

	Module Cz::Cstocs:

		Implements object for various charset encodings, used
		for the Czech language.
	
	Program cstocs:

		This version of popular charset reencoding utility
		uses the above mentioned module to convert text
		between various charsets.

	Module Cz::Sort:

		Sorts according to Czech sorting conventions, regardless
		on (usually broken) locales. Exports functions czcmp
		and czsort which can be used in similar way as as Perl's
		internals cmp and sort.

Installation:

	perl Makefile.PL
	make
	make test
	make install

Available:

	http://www.fi.muni.cz/~adelton/perl/ and on your favorite CPAN
	site (http://www.perl.com/perl/CPAN/).

Copyright: (c) 1997 Jan Pazdziora, adelton@fi.muni.cz. All rights
	reserved. This library is free software; you can redistribute
	it and/or modify it under the same terms as Perl itself.

